[Commit] nickle update-version.sh,1.2,1.3 version.m4,1.7,1.8

Bart Massey commit at keithp.com
Thu Feb 26 21:13:49 PST 2004


Committed by: bart

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv16240

Modified Files:
	update-version.sh version.m4 
Log Message:
fixed buglet, remembered to bump version



Index: update-version.sh
===================================================================
RCS file: /local/src/CVS/nickle/update-version.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- update-version.sh	14 Oct 2003 01:43:55 -0000	1.2
+++ update-version.sh	27 Feb 2004 05:13:46 -0000	1.3
@@ -21,4 +21,4 @@
 /bin/mv -f version.m4.new version.m4
 
 ( echo '/* This file is maintained automatically by update-version.sh */'
-  echo "#define BUILD_VERSION \"$CURVERSION\"" ) > builtin/version.h
+  echo "#define BUILD_VERSION \"$CURVERSION\"" ) > version.h

Index: version.m4
===================================================================
RCS file: /local/src/CVS/nickle/version.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- version.m4	17 Jan 2004 15:32:15 -0000	1.7
+++ version.m4	27 Feb 2004 05:13:46 -0000	1.8
@@ -1,7 +1,7 @@
 dnl This file is maintained automatically by update-version.sh
 dnl The file format is finicky, so do not hand-edit lightly.
-dnl Last updated Sun Jan 18 01:55:57 CST 2004
+dnl Last updated Thu Feb 26 21:12:34 PST 2004
 dnl CURHEADER $Header$
-dnl OLDHEADER <Header: /local/src/CVS/nickle/version.m4,v 1.6 2004/01/10 06:20:02 keithp Exp >
-dnl CURVERSION 2.27
-define([VERSION_NUMBER],[2.27])
+dnl OLDHEADER <Header: /local/src/CVS/nickle/version.m4,v 1.7 2004/01/17 15:32:15 keithp Exp >
+dnl CURVERSION 2.28
+define([VERSION_NUMBER],[2.28])




More information about the Commit mailing list