David Stes
2024-03-31 679795231669674a8d2d54ff79a3d4f42d6ab343
commit | author | age
679795 1 --- opensmalltalk-vm-sun-v5.0.63/platforms/Cross/vm/sqSCCSVersion.h    Sat Mar 30 19:49:31 2024
DS 2 +++ p0/opensmalltalk-vm-sun-v5.0.63/platforms/Cross/vm/sqSCCSVersion.h    Sun Mar 31 13:22:40 2024
86714b 3 @@ -30,13 +30,13 @@
36090d 4  
S 5  #if SUBVERSION
6  # define PREFIX "r"
7 -static char SvnRawRevisionString[] = "$Rev$";
679795 8 +static char SvnRawRevisionString[] = "$Rev: 202403301849 $";
36090d 9  # define REV_START (SvnRawRevisionString + 6)
S 10  
11 -static char SvnRawRevisionDate[] = "$Date$";
679795 12 +static char SvnRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
36090d 13  # define DATE_START (SvnRawRevisionDate + 7)
S 14  
15 -static char SvnRawRepositoryURL[] = "$URL$";
7ce465 16 +static char SvnRawRepositoryURL[] = "$URL: stes@pallas:src/opensmalltalk $";
36090d 17  # define URL_START (SvnRawRepositoryURL + 6)
S 18  
19  static char *
f805bd 20 @@ -73,17 +73,17 @@
36090d 21  # undef URL_START
S 22  #elif GIT
23  # define PREFIX ""
24 -static char GitRawRevisionString[] = "$Rev$";
679795 25 +static char GitRawRevisionString[] = "$Rev: 202403301849 $";
36090d 26  # define REV_START (GitRawRevisionString + 6)
f805bd 27  # define REV_TIME_START (GitRawRevisionString + 14)
36090d 28  
S 29 -static char GitRawRevisionDate[] = "$Date$";
679795 30 +static char GitRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
36090d 31  # define DATE_START (GitRawRevisionDate + 7)
S 32  
33 -static char GitRawRepositoryURL[] = "$URL$";
7ce465 34 +static char GitRawRepositoryURL[] = "$URL: stes@pallas:src/opensmalltalk $";
36090d 35  # define URL_START (GitRawRepositoryURL + 6)
S 36  
37 -static char GitRawRevisionShortHash[] = "$CommitHash$";
679795 38 +static char GitRawRevisionShortHash[] = "$CommitHash: cd6c6c431 $";
36090d 39  # define SHORTHASH_START (GitRawRevisionShortHash + 13)
S 40  
41  static char *