[Unison-hackers] [unison-svn] r461 - trunk/src

bcpierce@seas.upenn.edu bcpierce at seas.upenn.edu
Sat Jul 24 08:40:06 EDT 2010


Author: bcpierce
Date: 2010-07-24 08:40:06 -0400 (Sat, 24 Jul 2010)
New Revision: 461

Modified:
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
Log:
* See if we can get revisionString to update automatically now...



Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2010-07-24 12:21:34 UTC (rev 460)
+++ trunk/src/RECENTNEWS	2010-07-24 12:40:06 UTC (rev 461)
@@ -1,5 +1,11 @@
 CHANGES FROM VERSION 2.43.0
 
+* See if we can get revisionString to update automatically now...
+
+
+-------------------------------
+CHANGES FROM VERSION 2.43.0
+
 * Bump revisionString -- not sure why this isn't happening automatically.
 
 -------------------------------

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2010-07-24 12:21:34 UTC (rev 460)
+++ trunk/src/mkProjectInfo.ml	2010-07-24 12:40:06 UTC (rev 461)
@@ -42,7 +42,7 @@
 (* ---------------------------------------------------------------------- *)
 (* You shouldn't need to edit below. *)
 
-let revisionString = "$Rev: 455$";;
+let revisionString = "$Rev$";;
 
 let pointVersion = 
   Scanf.sscanf revisionString "$Rev: %d " (fun x -> x) - pointVersionOrigin;;
@@ -51,13 +51,3 @@
 Printf.printf "VERSION=%d.%d.%d\n" majorVersion minorVersion pointVersion;;
 Printf.printf "NAME=%s\n" projectName;;
 
-
-
-
-
-
-
-
-
-
-



More information about the Unison-hackers mailing list