[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /build Makefile

raeburn raeburn@source.lon-capa.org
Tue, 17 Aug 2010 21:39:49 -0000


raeburn		Tue Aug 17 21:39:49 2010 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/build	Makefile 
  Log:
  - Bump version.
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.190.8.2 loncom/build/Makefile:1.190.8.3
--- loncom/build/Makefile:1.190.8.2	Fri Aug 13 00:12:44 2010
+++ loncom/build/Makefile	Tue Aug 17 21:39:49 2010
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.190.8.2 2010/08/13 00:12:44 raeburn Exp $
+# $Id: Makefile,v 1.190.8.3 2010/08/17 21:39:49 raeburn Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -22,7 +22,7 @@
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""
 MTARGET=""
-VERSION=2.9.99.0
+VERSION=2.10.0.RC1
 # The current working definition for "RELEASE" is: changes not in the software,
 # but in the operating system dependent packaging of the software.  Thus, the
 # generic tarball releases do not need to have a release number specified.