[sword-svn] r3293 - in branches/sword-1-7-x: . doc
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Wed Dec 3 22:18:21 MST 2014
Author: greg.hellings
Date: 2014-12-03 22:18:21 -0700 (Wed, 03 Dec 2014)
New Revision: 3293
Modified:
branches/sword-1-7-x/CMakeLists.txt
branches/sword-1-7-x/configure.ac
branches/sword-1-7-x/doc/Doxyfile
Log:
Alpha release needs 1.7.3.900 version. Oops
Modified: branches/sword-1-7-x/CMakeLists.txt
===================================================================
--- branches/sword-1-7-x/CMakeLists.txt 2014-12-04 05:02:56 UTC (rev 3292)
+++ branches/sword-1-7-x/CMakeLists.txt 2014-12-04 05:18:21 UTC (rev 3293)
@@ -21,7 +21,7 @@
# A CMake port of the SWORD build system... we hope
PROJECT(libsword CXX C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
-SET(SWORD_VERSION 1.7.4)
+SET(SWORD_VERSION 1.7.3.900)
# 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-04 05:02:56 UTC (rev 3292)
+++ branches/sword-1-7-x/configure.ac 2014-12-04 05:18:21 UTC (rev 3293)
@@ -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.3.900, 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-04 05:02:56 UTC (rev 3292)
+++ branches/sword-1-7-x/doc/Doxyfile 2014-12-04 05:18:21 UTC (rev 3293)
@@ -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.3.900"
# 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