[sword-svn] r2585 - in trunk: . doc include

scribe at crosswire.org scribe at crosswire.org
Fri Oct 22 13:41:26 MST 2010


Author: scribe
Date: 2010-10-22 13:41:26 -0700 (Fri, 22 Oct 2010)
New Revision: 2585

Modified:
   trunk/CMakeLists.txt
   trunk/ChangeLog
   trunk/configure.ac
   trunk/doc/Doxyfile
   trunk/include/config.h
Log:
Prep for 1.6.2 release


Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2010-10-22 16:13:08 UTC (rev 2584)
+++ trunk/CMakeLists.txt	2010-10-22 20:41:26 UTC (rev 2585)
@@ -15,7 +15,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.6.1)
+SET(SWORD_VERSION 1.6.2)
 
 # Make sure it's an out-of-stream build
 IF(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-10-22 16:13:08 UTC (rev 2584)
+++ trunk/ChangeLog	2010-10-22 20:41:26 UTC (rev 2585)
@@ -1,6 +1,9 @@
 API ChangeLog 
 
 
+
+* Release 1.6.2 *
+
 18-Oct-2010	Troy A. Griffitts <scribe at crosswire.org>
 	Fixed parsing book names containing the letter 'f'
 		from Ben Morgan

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2010-10-22 16:13:08 UTC (rev 2584)
+++ trunk/configure.ac	2010-10-22 20:41:26 UTC (rev 2585)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.6.1, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.6.2, 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: trunk/doc/Doxyfile
===================================================================
--- trunk/doc/Doxyfile	2010-10-22 16:13:08 UTC (rev 2584)
+++ trunk/doc/Doxyfile	2010-10-22 20:41:26 UTC (rev 2585)
@@ -55,7 +55,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = "1.6.0"
+PROJECT_NUMBER = "1.6.2"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h	2010-10-22 16:13:08 UTC (rev 2584)
+++ trunk/include/config.h	2010-10-22 20:41:26 UTC (rev 2585)
@@ -54,7 +54,7 @@
 #define PACKAGE_NAME "sword"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sword 1.6.1"
+#define PACKAGE_STRING "sword 1.6.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "sword"
@@ -63,13 +63,13 @@
 #define PACKAGE_URL "http://crosswire.org/sword"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.6.1"
+#define PACKAGE_VERSION "1.6.2"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.6.1"
+#define VERSION "1.6.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */




More information about the sword-cvs mailing list