[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /build Makefile
raeburn
raeburn@source.lon-capa.org
Tue, 14 Sep 2010 06:52:29 -0000
raeburn Tue Sep 14 06:52:29 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.3 loncom/build/Makefile:1.190.8.4
--- loncom/build/Makefile:1.190.8.3 Tue Aug 17 21:39:49 2010
+++ loncom/build/Makefile Tue Sep 14 06:52:29 2010
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.190.8.3 2010/08/17 21:39:49 raeburn Exp $
+# $Id: Makefile,v 1.190.8.4 2010/09/14 06:52:29 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.10.0.RC1
+VERSION=2.10.0
# 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.