[Commit] slim ChangeLog,1.5,1.6 configure.in,1.4,1.5

Carl Worth commit at keithp.com
Tue Sep 9 18:33:54 PDT 2003


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Bump version number to 0.2.0

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/slim/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	10 Sep 2003 00:32:07 -0000	1.5
+++ ChangeLog	10 Sep 2003 00:33:52 -0000	1.6
@@ -1,5 +1,8 @@
 2003-09-09  Carl Worth  <cworth at isi.edu>
 
+	* configure.in (SLIM_VERSION): Bump version number to 0.2.0
+	instead, (this is an incompatible change after all).
+	
 	* configure.in (SLIM_VERSION): Bump version number to 0.1.1
 
 	* src/slim_internal.h (slim_hidden_def): Remove ';' from macro

Index: configure.in
===================================================================
RCS file: /local/src/CVS/slim/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.in	10 Sep 2003 00:32:07 -0000	1.4
+++ configure.in	10 Sep 2003 00:33:52 -0000	1.5
@@ -2,7 +2,7 @@
 
 dnl ===========================================================================
 
-SLIM_VERSION=0.1.1
+SLIM_VERSION=0.2.0
 AC_SUBST(SLIM_VERSION)
 
 dnl ===========================================================================




More information about the Commit mailing list