[Commits] (anonymous) Increment the version string
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 27 13:28:56 PDT 2004
Commit by: anonymous
Modified files:
Makefile 1.3 1.4
Log message:
Increment the version string
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: ./Makefile
diff -u ./Makefile:1.3 ./Makefile:1.4
--- ./Makefile:1.3 Wed Apr 21 17:13:11 2004
+++ ./Makefile Tue Apr 27 13:28:24 2004
@@ -1,7 +1,8 @@
# Make file for new chandler
# combines full build with quick install process
-# include ../external/Makefile.inc
+# include ../external/Makefile.inc <-- needed for VERSION string
+VERSION=0.3-3
DEPS =../external/persistence/db/db-4.2.52.tar.gz \
../external/python/Python-2.3.3.tgz \
@@ -20,7 +21,7 @@
../external/pychecker/pychecker-0.8.13.tar.gz \
../external/openssl/openssl0.9.7c.tar.gz
-ARCHIVES=$(SNAP)-0.3-2.tar.gz \
+ARCHIVES=$(SNAP)-$(VERSION).tar.gz \
wxPython-$(SNAP)-2.5-1.tar.gz \
PyLucene-$(SNAP)-0.3-1.tar.gz \
UUIDext-$(SNAP)-0.3-1.tar.gz
More information about the Commits
mailing list