[sword-svn] r3514 - in trunk: . include
scribe at crosswire.org
scribe at crosswire.org
Wed Nov 1 04:33:56 MST 2017
Author: scribe
Date: 2017-11-01 04:33:56 -0700 (Wed, 01 Nov 2017)
New Revision: 3514
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/include/swversion.h
Log:
Updated changelog and prep for 1.8.0RC4
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2017-11-01 11:19:00 UTC (rev 3513)
+++ trunk/ChangeLog 2017-11-01 11:33:56 UTC (rev 3514)
@@ -1,6 +1,9 @@
API ChangeLog
+01-Nov-2017 Troy A. Griffitts <scribe at crosswire.org>
+ Added bindings: Android and cordova
+
01-Sep-2017 Troy A. Griffitts <scribe at crosswire.org>
Adding French mapping data.
Patch submitted by domcox <dominique at corbex.org>
@@ -24,14 +27,14 @@
18-Dec-2015 Peter von Kaehne <refdoc at crosswire.org>
Added image and table handling to TEI xhtml and htmlhref filters
- contributed by Dominique Corbex <dominique.corbex at gmail.com>
+ contributed by Dominique Corbex <dominique.corbex at gmail.com>
15-Dec-2014 DM Smith <dmsmith at crosswire.org>
Fixed endless loop in osis2mod for some inputs.
15-Dec-2014 DM Smith <dmsmith at crosswire.org>
Added support for Psalm Book divisions using <div type=majorSection>
- from GHellings
+ from GHellings
03-Dec-2014 Karl Kleinpaste <charcoal at users.sf.net>
Corrected anomalous OSIS highlighting output w/GHellings' patches in
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2017-11-01 11:19:00 UTC (rev 3513)
+++ trunk/configure.ac 2017-11-01 11:33:56 UTC (rev 3514)
@@ -5,7 +5,7 @@
# Version change: Change line 8 only !
# Change it immediately after a release
-AC_INIT(sword, 1.7.900, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.904, 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-01 11:19:00 UTC (rev 3513)
+++ trunk/include/swversion.h 2017-11-01 11:33:56 UTC (rev 3514)
@@ -24,11 +24,11 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 107900000
-#define SWORD_VERSION_STR "1.7.900"
+#define SWORD_VERSION_NUM 107904000
+#define SWORD_VERSION_STR "1.7.904"
#define SWORD_VERSION_MAJOR 1
#define SWORD_VERSION_MINOR 7
-#define SWORD_VERSION_MICRO 900
+#define SWORD_VERSION_MICRO 904
#define SWORD_VERSION_NANO 0
#include <defs.h>
More information about the sword-cvs
mailing list