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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 21 Aug 2002 20:38:38 -0000


albertel		Wed Aug 21 16:38:38 2002 EDT

  Modified files:              (Branch: version_0_5)
    /loncom/build	Makefile 
  Log:
  - bumped version number
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.130.2.1 loncom/build/Makefile:1.130.2.2
--- loncom/build/Makefile:1.130.2.1	Mon Aug 19 15:38:13 2002
+++ loncom/build/Makefile	Wed Aug 21 16:38:38 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.130.2.1 2002/08/19 19:38:13 albertel Exp $
+# $Id: Makefile,v 1.130.2.2 2002/08/21 20:38:38 albertel Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -23,7 +23,7 @@
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""
 MTARGET=""
-VERSION=0.4
+VERSION=0.5
 DIRTARGET=loncapa-$(VERSION)
 
 # =============================================== Help targets for the Makefile