[sword-svn] r3523 - in trunk: . bindings/Android/SWORD/.idea include
scribe at crosswire.org
scribe at crosswire.org
Mon Nov 6 20:04:53 MST 2017
Author: scribe
Date: 2017-11-06 20:04:52 -0700 (Mon, 06 Nov 2017)
New Revision: 3523
Modified:
trunk/bindings/Android/SWORD/.idea/misc.xml
trunk/configure.ac
trunk/include/swversion.h
Log:
updated in preparation for 1.8.0RC5
Modified: trunk/bindings/Android/SWORD/.idea/misc.xml
===================================================================
--- trunk/bindings/Android/SWORD/.idea/misc.xml 2017-11-05 19:58:28 UTC (rev 3522)
+++ trunk/bindings/Android/SWORD/.idea/misc.xml 2017-11-07 03:04:52 UTC (rev 3523)
@@ -24,7 +24,7 @@
</value>
</option>
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2017-11-05 19:58:28 UTC (rev 3522)
+++ trunk/configure.ac 2017-11-07 03:04:52 UTC (rev 3523)
@@ -5,7 +5,7 @@
# Version change: Change line 8 only !
# Change it immediately after a release
-AC_INIT(sword, 1.7.904, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.905, 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 2017-11-05 19:58:28 UTC (rev 3522)
+++ trunk/include/swversion.h 2017-11-07 03:04:52 UTC (rev 3523)
@@ -24,11 +24,11 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 107904000
-#define SWORD_VERSION_STR "1.7.904"
+#define SWORD_VERSION_NUM 107905000
+#define SWORD_VERSION_STR "1.7.905"
#define SWORD_VERSION_MAJOR 1
#define SWORD_VERSION_MINOR 7
-#define SWORD_VERSION_MICRO 904
+#define SWORD_VERSION_MICRO 905
#define SWORD_VERSION_NANO 0
#include <defs.h>
More information about the sword-cvs
mailing list