[sword-cvs] sword configure.ac,1.39,1.40

sword@www.crosswire.org sword@www.crosswire.org
Wed, 21 Apr 2004 09:36:46 -0700


Update of /cvs/core/sword
In directory www:/tmp/cvs-serv17939

Modified Files:
	configure.ac 
Log Message:

dglassey: version should only be in AC_INIT
feel free to change version from 1.5.8 to something else but _not_ 1.5.7


Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- configure.ac	21 Apr 2004 07:06:40 -0000	1.39
+++ configure.ac	21 Apr 2004 16:36:44 -0000	1.40
@@ -2,15 +2,16 @@
 # Initialisation
 # ---------------------------------------------------------------------
 
-# Version change: Change line 7 and 13 !
+# Version change: Change line 7 only !
+# Change it immediately after a release
 
-AC_INIT(sword, 1.5.7, sword-bugs@crosswire.org)
+AC_INIT(sword, 1.5.8, sword-bugs@crosswire.org)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision$)
 
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(sword, 1.5.7)
+AM_INIT_AUTOMAKE
 
 AM_CONFIG_HEADER(include/config.h)