[sword-cvs] sword Makefile.am,1.35,1.36 configure.ac,1.27,1.28
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 12 Jul 2003 14:22:43 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv8437
Modified Files:
Makefile.am configure.ac
Log Message:
dglassey: Bump version to 1.5.6 for release candidate
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.am 11 Jul 2003 22:06:37 -0000 1.35
+++ Makefile.am 12 Jul 2003 21:22:41 -0000 1.36
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = 1.6
# General defines
-version := 1.5.5.99
+version := 1.5.6
# this WILL NOT WORK for you. only inhouse patched version of
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/sword/configure.ac,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- configure.ac 11 Jul 2003 22:28:54 -0000 1.27
+++ configure.ac 12 Jul 2003 21:22:41 -0000 1.28
@@ -2,13 +2,13 @@
# Initialisation
# ---------------------------------------------------------------------
-AC_INIT(sword, 1.5.5.99, sword-bugs@crosswire.org)
+AC_INIT(sword, 1.5.6, 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.5.99)
+AM_INIT_AUTOMAKE(sword, 1.5.6)
AM_CONFIG_HEADER(config.h)