[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /build Makefile
raeburn
raeburn@source.lon-capa.org
Wed, 14 Apr 2010 07:54:20 -0000
raeburn Wed Apr 14 07:54:20 2010 EDT
Modified files: (Branch: version_2_9_X)
/loncom/build Makefile
Log:
- Bump version.
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.189.4.2 loncom/build/Makefile:1.189.4.3
--- loncom/build/Makefile:1.189.4.2 Tue Aug 25 02:24:38 2009
+++ loncom/build/Makefile Wed Apr 14 07:54:19 2010
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.189.4.2 2009/08/25 02:24:38 raeburn Exp $
+# $Id: Makefile,v 1.189.4.3 2010/04/14 07:54:19 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.8.99.0
+VERSION=2.9.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.