[sword-cvs] sword configure.ac,1.34,1.35

sword@www.crosswire.org sword@www.crosswire.org
Tue, 10 Feb 2004 11:15:56 -0700


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

Modified Files:
	configure.ac 
Log Message:
fix

Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- configure.ac	10 Feb 2004 17:59:46 -0000	1.34
+++ configure.ac	10 Feb 2004 18:15:54 -0000	1.35
@@ -2,13 +2,15 @@
 # Initialisation
 # ---------------------------------------------------------------------
 
-AC_INIT(sword, 1.5.8, sword-bugs@crosswire.org)
+# Version change: Change line 7 and 13 !
+
+AC_INIT(sword, 1.5.7, 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.8)
+AM_INIT_AUTOMAKE(sword, 1.5.7)
 
 AM_CONFIG_HEADER(include/config.h)