[Unison-hackers] [unison-svn] r468 - branches/2.40/src

bcpierce at seas.upenn.edu bcpierce at seas.upenn.edu
Thu Oct 14 14:18:47 EDT 2010


Author: bcpierce
Date: 2010-10-14 14:18:46 -0400 (Thu, 14 Oct 2010)
New Revision: 468

Modified:
   branches/2.40/src/mkProjectInfo.ml
Log:
Touch for export

Modified: branches/2.40/src/mkProjectInfo.ml
===================================================================
--- branches/2.40/src/mkProjectInfo.ml	2010-10-11 13:29:27 UTC (rev 467)
+++ branches/2.40/src/mkProjectInfo.ml	2010-10-14 18:18:46 UTC (rev 468)
@@ -6,7 +6,7 @@
 let projectName = "unison"
 let majorVersion = 2
 let minorVersion = 40
-let pointVersionOrigin = 409 (* Revision that corresponds to point version 0 *)
+let pointVersionOrigin = 409 (* Revision that corresponds to point version 0 *) 
 
 (* Documentation:
    This is a program to construct a version of the form Major.Minor.Point,
@@ -96,27 +96,3 @@
 Printf.printf "MAJORVERSION=%d.%d\n" majorVersion minorVersion;;
 Printf.printf "VERSION=%d.%d.%d\n" majorVersion minorVersion pointVersion;;
 Printf.printf "NAME=%s\n" projectName;;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-



More information about the Unison-hackers mailing list