lua-54: updated to 5.4.7
[oi-userland.git] / components / runtime / smalltalk / stack-spur / patches / 02-sqSCCSVersion.patch
blob1ca86628774582a7807744c42672d36545941f91
1 --- opensmalltalk-vm-sun-v5.0.69/platforms/Cross/vm/sqSCCSVersion.h Sat Dec 14 18:20:36 2024
2 +++ p0/opensmalltalk-vm-sun-v5.0.69/platforms/Cross/vm/sqSCCSVersion.h Sun Dec 15 16:21:13 2024
3 @@ -30,13 +30,13 @@
5 #if SUBVERSION
6 # define PREFIX "r"
7 -static char SvnRawRevisionString[] = "$Rev$";
8 +static char SvnRawRevisionString[] = "$Rev: 202412141720 $";
9 # define REV_START (SvnRawRevisionString + 6)
11 -static char SvnRawRevisionDate[] = "$Date$";
12 +static char SvnRawRevisionDate[] = "$Date: Sat Dec 14 18:20:36 2024 +0100 $";
13 # define DATE_START (SvnRawRevisionDate + 7)
15 -static char SvnRawRepositoryURL[] = "$URL$";
16 +static char SvnRawRepositoryURL[] = "$URL: stes@openindiana:src/opensmalltalk-vm $";
17 # define URL_START (SvnRawRepositoryURL + 6)
19 static char *
20 @@ -73,17 +73,17 @@
21 # undef URL_START
22 #elif GIT
23 # define PREFIX ""
24 -static char GitRawRevisionString[] = "$Rev$";
25 +static char GitRawRevisionString[] = "$Rev: 202412141720 $";
26 # define REV_START (GitRawRevisionString + 6)
27 # define REV_TIME_START (GitRawRevisionString + 14)
29 -static char GitRawRevisionDate[] = "$Date$";
30 +static char GitRawRevisionDate[] = "$Date: Sat Dec 14 18:20:36 2024 +0100 $";
31 # define DATE_START (GitRawRevisionDate + 7)
33 -static char GitRawRepositoryURL[] = "$URL$";
34 +static char GitRawRepositoryURL[] = "$URL: stes@openindiana:src/opensmalltalk-vm $";
35 # define URL_START (GitRawRepositoryURL + 6)
37 -static char GitRawRevisionShortHash[] = "$CommitHash$";
38 +static char GitRawRevisionShortHash[] = "$CommitHash: a8ec45a72 $";
39 # define SHORTHASH_START (GitRawRevisionShortHash + 13)
41 static char *