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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 05 Sep 2002 21:08:55 -0000


albertel		Thu Sep  5 17:08:55 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.2 loncom/build/Makefile:1.130.2.3
--- loncom/build/Makefile:1.130.2.2	Wed Aug 21 16:38:38 2002
+++ loncom/build/Makefile	Thu Sep  5 17:08:55 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.130.2.2 2002/08/21 20:38:38 albertel Exp $
+# $Id: Makefile,v 1.130.2.3 2002/09/05 21:08:55 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.5
+VERSION=0.5.1
 DIRTARGET=loncapa-$(VERSION)
 
 # =============================================== Help targets for the Makefile