r509 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 26 20:35:56 EST 2008


Author: icculus
Date: 2008-02-26 20:35:56 -0500 (Tue, 26 Feb 2008)
New Revision: 509

Modified:
   trunk/buildver.c
Log:
Tweaked buildver string.


Modified: trunk/buildver.c
===================================================================
--- trunk/buildver.c	2008-02-27 00:54:51 UTC (rev 508)
+++ trunk/buildver.c	2008-02-27 01:35:56 UTC (rev 509)
@@ -51,8 +51,8 @@
 
 // macro mess so we can turn APPID and APPREV into a string literal...
 #define MAKEBUILDVERSTRINGLITERAL2(id, rev) \
-    #id ", Revision " #rev ", Built " __DATE__ " " __TIME__ ", by " \
-    COMPILER " version " __VERSION__
+    #id ", revision " #rev ", built " __DATE__ " " __TIME__ \
+    ", by " COMPILER " " __VERSION__
 
 #define MAKEBUILDVERSTRINGLITERAL(id, rev) MAKEBUILDVERSTRINGLITERAL2(id, rev)
 




More information about the mojosetup-commits mailing list