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

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


albertel		Wed Aug 21 16:40:08 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  - bumped version number
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.134 loncom/build/Makefile:1.135
--- loncom/build/Makefile:1.134	Mon Aug 19 15:39:59 2002
+++ loncom/build/Makefile	Wed Aug 21 16:40:08 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.134 2002/08/19 19:39:59 albertel Exp $
+# $Id: Makefile,v 1.135 2002/08/21 20:40:08 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