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

bcpierce@seas.upenn.edu bcpierce at seas.upenn.edu
Sat Jul 24 08:21:35 EDT 2010


Author: bcpierce
Date: 2010-07-24 08:21:34 -0400 (Sat, 24 Jul 2010)
New Revision: 460

Modified:
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
Log:
* Bump revisionString -- not sure why this isn't happening automatically.


Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2010-07-24 12:19:38 UTC (rev 459)
+++ trunk/src/RECENTNEWS	2010-07-24 12:21:34 UTC (rev 460)
@@ -1,3 +1,8 @@
+CHANGES FROM VERSION 2.43.0
+
+* Bump revisionString -- not sure why this isn't happening automatically.
+
+-------------------------------
 CHANGES FROM VERSION 2.43.-30
 
 * Experimental implementation of a new "faster check" mode for update

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2010-07-24 12:19:38 UTC (rev 459)
+++ trunk/src/mkProjectInfo.ml	2010-07-24 12:21:34 UTC (rev 460)
@@ -42,7 +42,7 @@
 (* ---------------------------------------------------------------------- *)
 (* You shouldn't need to edit below. *)
 
-let revisionString = "$Rev: 425$";;
+let revisionString = "$Rev: 455$";;
 
 let pointVersion = 
   Scanf.sscanf revisionString "$Rev: %d " (fun x -> x) - pointVersionOrigin;;
@@ -60,3 +60,4 @@
 
 
 
+



More information about the Unison-hackers mailing list