David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
8cdd19 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 14:08:22 2024
c8138e 3 @@ -30,13 +30,13 @@
f52087 4  
DS 5  #if SUBVERSION
6  # define PREFIX "r"
7 -static char SvnRawRevisionString[] = "$Rev$";
8cdd19 8 +static char SvnRawRevisionString[] = "$Rev: 202403301849-cog $";
f52087 9  # define REV_START (SvnRawRevisionString + 6)
DS 10  
11 -static char SvnRawRevisionDate[] = "$Date$";
8cdd19 12 +static char SvnRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
f52087 13  # define DATE_START (SvnRawRevisionDate + 7)
DS 14  
15 -static char SvnRawRepositoryURL[] = "$URL$";
0c3eed 16 +static char SvnRawRepositoryURL[] = "$URL: stes@pallas:src/opensmalltalk $";
f52087 17  # define URL_START (SvnRawRepositoryURL + 6)
DS 18  
19  static char *
f805bd 20 @@ -73,17 +73,17 @@
f52087 21  # undef URL_START
DS 22  #elif GIT
23  # define PREFIX ""
24 -static char GitRawRevisionString[] = "$Rev$";
8cdd19 25 +static char GitRawRevisionString[] = "$Rev: 202403301849-cog $";
f52087 26  # define REV_START (GitRawRevisionString + 6)
f805bd 27  # define REV_TIME_START (GitRawRevisionString + 14)
f52087 28  
DS 29 -static char GitRawRevisionDate[] = "$Date$";
8cdd19 30 +static char GitRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
f52087 31  # define DATE_START (GitRawRevisionDate + 7)
DS 32  
33 -static char GitRawRepositoryURL[] = "$URL$";
0c3eed 34 +static char GitRawRepositoryURL[] = "$URL: stes@pallas:src/opensmalltalk $";
f52087 35  # define URL_START (GitRawRepositoryURL + 6)
DS 36  
37 -static char GitRawRevisionShortHash[] = "$CommitHash$";
8cdd19 38 +static char GitRawRevisionShortHash[] = "$CommitHash: cd6c6c431 $";
f52087 39  # define SHORTHASH_START (GitRawRevisionShortHash + 13)
DS 40  
41  static char *