rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / smalltalk / stack-spur / patches / 02-sqSCCSVersion.patch
blob1676e9baf92cad81a6ba90b1d8f4760a1f087044
1 --- opensmalltalk-vm-sun-v5.0.68/platforms/Cross/vm/sqSCCSVersion.h Fri Nov 22 20:49:52 2024
2 +++ p0/opensmalltalk-vm-sun-v5.0.68/platforms/Cross/vm/sqSCCSVersion.h Sun Nov 24 12:02:59 2024
3 @@ -30,13 +30,13 @@
5 #if SUBVERSION
6 # define PREFIX "r"
7 -static char SvnRawRevisionString[] = "$Rev$";
8 +static char SvnRawRevisionString[] = "$Rev: 202411221949 $";
9 # define REV_START (SvnRawRevisionString + 6)
11 -static char SvnRawRevisionDate[] = "$Date$";
12 +static char SvnRawRevisionDate[] = "$Date: Fri Nov 22 20:49:52 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: 202411221949 $";
26 # define REV_START (GitRawRevisionString + 6)
27 # define REV_TIME_START (GitRawRevisionString + 14)
29 -static char GitRawRevisionDate[] = "$Date$";
30 +static char GitRawRevisionDate[] = "$Date: Fri Nov 22 20:49:52 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: f38f1badb $";
39 # define SHORTHASH_START (GitRawRevisionShortHash + 13)
41 static char *