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

scribe at crosswire.org scribe at crosswire.org
Fri Oct 2 09:30:56 EDT 2020


Author: scribe
Date: 2020-10-02 09:30:56 -0400 (Fri, 02 Oct 2020)
New Revision: 3809

Modified:
   trunk/configure.ac
   trunk/include/swversion.h
Log:
1.9.0RC3


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2020-10-02 13:23:34 UTC (rev 3808)
+++ trunk/configure.ac	2020-10-02 13:30:56 UTC (rev 3809)
@@ -6,7 +6,7 @@
 # Change it immediately after a release
 
 define([svnversion], esyscmd([sh -c "svnversion -n"]))dnl
-AC_INIT(sword, 1.8.902.svnversion, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.8.903.svnversion, 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	2020-10-02 13:23:34 UTC (rev 3808)
+++ trunk/include/swversion.h	2020-10-02 13:30:56 UTC (rev 3809)
@@ -24,12 +24,12 @@
 #ifndef SWVERSION_H
 #define SWVERSION_H
 
-#define SWORD_VERSION_NUM 1089023801
-#define SWORD_VERSION_STR "1.8.902.3801"
+#define SWORD_VERSION_NUM 1089033808
+#define SWORD_VERSION_STR "1.8.903.3808"
 #define SWORD_VERSION_MAJOR 1
 #define SWORD_VERSION_MINOR 8
-#define SWORD_VERSION_MICRO 902
-#define SWORD_VERSION_NANO 3801
+#define SWORD_VERSION_MICRO 903
+#define SWORD_VERSION_NANO 3808
 
 #include <defs.h>
 SWORD_NAMESPACE_START



More information about the sword-cvs mailing list