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

greg.hellings at crosswire.org greg.hellings at crosswire.org
Sat Jan 6 23:46:41 MST 2018


Author: greg.hellings
Date: 2018-01-06 23:46:41 -0700 (Sat, 06 Jan 2018)
New Revision: 3562

Modified:
   branches/sword-1-8-x/CMakeLists.txt
   branches/sword-1-8-x/configure.ac
   branches/sword-1-8-x/doc/Doxyfile
Log:
Bump code version to 1.8.1


Modified: branches/sword-1-8-x/CMakeLists.txt
===================================================================
--- branches/sword-1-8-x/CMakeLists.txt	2018-01-07 06:45:42 UTC (rev 3561)
+++ branches/sword-1-8-x/CMakeLists.txt	2018-01-07 06:46:41 UTC (rev 3562)
@@ -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.8.0)
+SET(SWORD_VERSION 1.8.1)
 
 # 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	2018-01-07 06:45:42 UTC (rev 3561)
+++ branches/sword-1-8-x/configure.ac	2018-01-07 06:46:41 UTC (rev 3562)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.8.0, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.8.1, 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	2018-01-07 06:45:42 UTC (rev 3561)
+++ branches/sword-1-8-x/doc/Doxyfile	2018-01-07 06:46:41 UTC (rev 3562)
@@ -55,7 +55,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = "1.8.0"
+PROJECT_NUMBER = "1.8.1"
 
 # 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