[sword-svn] r3007 - in branches/sword-1-7-x: . doc include

greg.hellings at crosswire.org greg.hellings at crosswire.org
Mon Jan 13 21:47:17 MST 2014


Author: greg.hellings
Date: 2014-01-13 21:47:16 -0700 (Mon, 13 Jan 2014)
New Revision: 3007

Modified:
   branches/sword-1-7-x/
   branches/sword-1-7-x/CMakeLists.txt
   branches/sword-1-7-x/configure.ac
   branches/sword-1-7-x/doc/Doxyfile
   branches/sword-1-7-x/include/swversion.h
Log:
Update versions for 1.7.2 release.



Property changes on: branches/sword-1-7-x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:2989-2991,2997,3001-3004
   + /trunk:2989-2991,2997,3001-3004,3006

Modified: branches/sword-1-7-x/CMakeLists.txt
===================================================================
--- branches/sword-1-7-x/CMakeLists.txt	2014-01-10 08:46:40 UTC (rev 3006)
+++ branches/sword-1-7-x/CMakeLists.txt	2014-01-14 04:47:16 UTC (rev 3007)
@@ -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.7.1)
+SET(SWORD_VERSION 1.7.2)
 
 # 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-01-10 08:46:40 UTC (rev 3006)
+++ branches/sword-1-7-x/configure.ac	2014-01-14 04:47:16 UTC (rev 3007)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.7.1, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.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: branches/sword-1-7-x/doc/Doxyfile
===================================================================
--- branches/sword-1-7-x/doc/Doxyfile	2014-01-10 08:46:40 UTC (rev 3006)
+++ branches/sword-1-7-x/doc/Doxyfile	2014-01-14 04:47:16 UTC (rev 3007)
@@ -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.1"
+PROJECT_NUMBER = "1.7.2"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: branches/sword-1-7-x/include/swversion.h
===================================================================
--- branches/sword-1-7-x/include/swversion.h	2014-01-10 08:46:40 UTC (rev 3006)
+++ branches/sword-1-7-x/include/swversion.h	2014-01-14 04:47:16 UTC (rev 3007)
@@ -24,11 +24,11 @@
 #ifndef SWVERSION_H
 #define SWVERSION_H
 
-#define SWORD_VERSION_NUM 107001000
-#define SWORD_VERSION_STR "1.7.1"
+#define SWORD_VERSION_NUM 107002000
+#define SWORD_VERSION_STR "1.7.2"
 #define SWORD_VERSION_MAJOR 1
 #define SWORD_VERSION_MINOR 7
-#define SWORD_VERSION_MICRO 1
+#define SWORD_VERSION_MICRO 2
 #define SWORD_VERSION_NANO 0
 
 #include <defs.h>




More information about the sword-cvs mailing list