[sword-svn] r3303 - in branches/sword-1-7-x: . doc
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Wed Dec 10 22:24:29 MST 2014
Author: greg.hellings
Date: 2014-12-10 22:24:29 -0700 (Wed, 10 Dec 2014)
New Revision: 3303
Modified:
branches/sword-1-7-x/CMakeLists.txt
branches/sword-1-7-x/configure.ac
branches/sword-1-7-x/doc/Doxyfile
Log:
Updated for alpha2
Modified: branches/sword-1-7-x/CMakeLists.txt
===================================================================
--- branches/sword-1-7-x/CMakeLists.txt 2014-12-11 05:22:12 UTC (rev 3302)
+++ branches/sword-1-7-x/CMakeLists.txt 2014-12-11 05:24:29 UTC (rev 3303)
@@ -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.3.900)
+SET(SWORD_VERSION 1.7.3.901)
# 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 2014-12-11 05:22:12 UTC (rev 3302)
+++ branches/sword-1-7-x/configure.ac 2014-12-11 05:24:29 UTC (rev 3303)
@@ -5,7 +5,7 @@
# Version change: Change line 8 only !
# Change it immediately after a release
-AC_INIT(sword, 1.7.3.900, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.3.901, 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 2014-12-11 05:22:12 UTC (rev 3302)
+++ branches/sword-1-7-x/doc/Doxyfile 2014-12-11 05:24:29 UTC (rev 3303)
@@ -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.3.900"
+PROJECT_NUMBER = "1.7.3.901"
# 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