[sword-svn] r3046 - in trunk: . include

chrislit at crosswire.org chrislit at crosswire.org
Sun Mar 2 00:56:22 MST 2014


Author: chrislit
Date: 2014-03-02 00:56:21 -0700 (Sun, 02 Mar 2014)
New Revision: 3046

Modified:
   trunk/configure.ac
   trunk/include/swversion.h
Log:
version bump


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2014-03-02 07:53:52 UTC (rev 3045)
+++ trunk/configure.ac	2014-03-02 07:56:21 UTC (rev 3046)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.7.2, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.3, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision: 1.45 $)

Modified: trunk/include/swversion.h
===================================================================
--- trunk/include/swversion.h	2014-03-02 07:53:52 UTC (rev 3045)
+++ trunk/include/swversion.h	2014-03-02 07:56:21 UTC (rev 3046)
@@ -24,11 +24,11 @@
 #ifndef SWVERSION_H
 #define SWVERSION_H
 
-#define SWORD_VERSION_NUM 107002000
-#define SWORD_VERSION_STR "1.7.2"
+#define SWORD_VERSION_NUM 107003000
+#define SWORD_VERSION_STR "1.7.3"
 #define SWORD_VERSION_MAJOR 1
 #define SWORD_VERSION_MINOR 7
-#define SWORD_VERSION_MICRO 2
+#define SWORD_VERSION_MICRO 3
 #define SWORD_VERSION_NANO 0
 
 #include <defs.h>




More information about the sword-cvs mailing list