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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 21 Mar 2003 19:02:41 -0000


albertel		Fri Mar 21 14:02:41 2003 EDT

  Modified files:              (Branch: version_0_6_1)
    /loncom/build	Makefile 
  Log:
  - version bump
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.141 loncom/build/Makefile:1.141.2.1
--- loncom/build/Makefile:1.141	Mon Jan 13 15:38:40 2003
+++ loncom/build/Makefile	Fri Mar 21 14:02:41 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.141 2003/01/13 20:38:40 albertel Exp $
+# $Id: Makefile,v 1.141.2.1 2003/03/21 19:02:41 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.6.1
+VERSION=0.6.2
 DIRTARGET=loncapa-$(VERSION)
 
 # =============================================== Help targets for the Makefile