[sword-svn] r3380 - in branches/sword-1-7-x: . doc
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Thu Aug 20 21:09:03 MST 2015
Author: greg.hellings
Date: 2015-08-20 21:09:03 -0700 (Thu, 20 Aug 2015)
New Revision: 3380
Modified:
branches/sword-1-7-x/CMakeLists.txt
branches/sword-1-7-x/configure.ac
branches/sword-1-7-x/doc/Doxyfile
Log:
Update to 1.7.5 in preparation of release
Modified: branches/sword-1-7-x/CMakeLists.txt
===================================================================
--- branches/sword-1-7-x/CMakeLists.txt 2015-08-19 19:42:14 UTC (rev 3379)
+++ branches/sword-1-7-x/CMakeLists.txt 2015-08-21 04:09:03 UTC (rev 3380)
@@ -14,7 +14,7 @@
# not, then this file is released under the GPLv2 by myself.
PROJECT(libsword CXX C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
-SET(SWORD_VERSION 1.7.4)
+SET(SWORD_VERSION 1.7.5)
# Make sure it's an out-of-stream build
IF(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
Modified: branches/sword-1-7-x/configure.ac
===================================================================
--- branches/sword-1-7-x/configure.ac 2015-08-19 19:42:14 UTC (rev 3379)
+++ branches/sword-1-7-x/configure.ac 2015-08-21 04:09:03 UTC (rev 3380)
@@ -5,7 +5,7 @@
# Version change: Change line 8 only !
# Change it immediately after a release
-AC_INIT(sword, 1.7.4, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.5, 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: branches/sword-1-7-x/doc/Doxyfile
===================================================================
--- branches/sword-1-7-x/doc/Doxyfile 2015-08-19 19:42:14 UTC (rev 3379)
+++ branches/sword-1-7-x/doc/Doxyfile 2015-08-21 04:09:03 UTC (rev 3380)
@@ -55,7 +55,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "1.7.4"
+PROJECT_NUMBER = "1.7.5"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the sword-cvs
mailing list