[sword-svn] r3801 - in trunk: . include
scribe at crosswire.org
scribe at crosswire.org
Thu Sep 17 14:14:04 EDT 2020
Author: scribe
Date: 2020-09-17 14:14:04 -0400 (Thu, 17 Sep 2020)
New Revision: 3801
Modified:
trunk/configure.ac
trunk/include/swversion.h
Log:
Preparing 1.9.0RC2
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2020-09-17 18:09:22 UTC (rev 3800)
+++ trunk/configure.ac 2020-09-17 18:14:04 UTC (rev 3801)
@@ -6,7 +6,7 @@
# Change it immediately after a release
define([svnversion], esyscmd([sh -c "svnversion -n"]))dnl
-AC_INIT(sword, 1.8.901.svnversion, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.8.902.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-09-17 18:09:22 UTC (rev 3800)
+++ trunk/include/swversion.h 2020-09-17 18:14:04 UTC (rev 3801)
@@ -24,12 +24,12 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 1089013789
-#define SWORD_VERSION_STR "1.8.901.3789"
+#define SWORD_VERSION_NUM 1089023800
+#define SWORD_VERSION_STR "1.8.902.3800"
#define SWORD_VERSION_MAJOR 1
#define SWORD_VERSION_MINOR 8
-#define SWORD_VERSION_MICRO 901
-#define SWORD_VERSION_NANO 3789
+#define SWORD_VERSION_MICRO 902
+#define SWORD_VERSION_NANO 3800
#include <defs.h>
SWORD_NAMESPACE_START
More information about the sword-cvs
mailing list