[sword-svn] r3543 - in branches/sword-1-8-x: . doc

greg.hellings at crosswire.org greg.hellings at crosswire.org
Tue Dec 5 20:28:52 MST 2017


Author: greg.hellings
Date: 2017-12-05 20:28:52 -0700 (Tue, 05 Dec 2017)
New Revision: 3543

Modified:
   branches/sword-1-8-x/CMakeLists.txt
   branches/sword-1-8-x/configure.ac
   branches/sword-1-8-x/doc/Doxyfile
Log:
Setting 1.8.0 for final release


Modified: branches/sword-1-8-x/CMakeLists.txt
===================================================================
--- branches/sword-1-8-x/CMakeLists.txt	2017-12-04 20:10:11 UTC (rev 3542)
+++ branches/sword-1-8-x/CMakeLists.txt	2017-12-06 03:28:52 UTC (rev 3543)
@@ -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.906)
+SET(SWORD_VERSION 1.8.0)
 
 # Make sure it's an out-of-stream build
 IF(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})

Modified: branches/sword-1-8-x/configure.ac
===================================================================
--- branches/sword-1-8-x/configure.ac	2017-12-04 20:10:11 UTC (rev 3542)
+++ branches/sword-1-8-x/configure.ac	2017-12-06 03:28:52 UTC (rev 3543)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.7.906, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.8.0, 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-8-x/doc/Doxyfile
===================================================================
--- branches/sword-1-8-x/doc/Doxyfile	2017-12-04 20:10:11 UTC (rev 3542)
+++ branches/sword-1-8-x/doc/Doxyfile	2017-12-06 03:28:52 UTC (rev 3543)
@@ -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.906"
+PROJECT_NUMBER = "1.8.0"
 
 # 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