[LON-CAPA-cvs] cvs: loncom /build Makefile

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 12 Dec 2002 21:08:46 -0000


albertel		Thu Dec 12 16:08:46 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  - bumping version number
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.137 loncom/build/Makefile:1.138
--- loncom/build/Makefile:1.137	Wed Dec 11 17:20:11 2002
+++ loncom/build/Makefile	Thu Dec 12 16:08:45 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.137 2002/12/11 22:20:11 albertel Exp $
+# $Id: Makefile,v 1.138 2002/12/12 21:08:45 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.6
 DIRTARGET=loncapa-$(VERSION)
 
 # =============================================== Help targets for the Makefile