[sword-svn] r3315 - in branches/sword-1-7-x: . doc scripts

greg.hellings at crosswire.org greg.hellings at crosswire.org
Wed Dec 24 13:37:14 MST 2014


Author: greg.hellings
Date: 2014-12-24 13:37:13 -0700 (Wed, 24 Dec 2014)
New Revision: 3315

Modified:
   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/scripts/mkswordtar
Log:
Updating version for Sword 1.7.4 final


Modified: branches/sword-1-7-x/CMakeLists.txt
===================================================================
--- branches/sword-1-7-x/CMakeLists.txt	2014-12-24 06:10:01 UTC (rev 3314)
+++ branches/sword-1-7-x/CMakeLists.txt	2014-12-24 20:37:13 UTC (rev 3315)
@@ -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.3.901)
+SET(SWORD_VERSION 1.7.4)
 
 # 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-24 06:10:01 UTC (rev 3314)
+++ branches/sword-1-7-x/configure.ac	2014-12-24 20:37:13 UTC (rev 3315)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.7.3.901, sword-bugs at crosswire.org, sword, http://crosswire.org/sword)
+AC_INIT(sword, 1.7.4, 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-24 06:10:01 UTC (rev 3314)
+++ branches/sword-1-7-x/doc/Doxyfile	2014-12-24 20:37:13 UTC (rev 3315)
@@ -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.3.901"
+PROJECT_NUMBER = "1.7.4"
 
 # 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/scripts/mkswordtar
===================================================================
--- branches/sword-1-7-x/scripts/mkswordtar	2014-12-24 06:10:01 UTC (rev 3314)
+++ branches/sword-1-7-x/scripts/mkswordtar	2014-12-24 20:37:13 UTC (rev 3315)
@@ -22,7 +22,7 @@
 	echo 
 	echo "*** Tarring up" sword-$REV.tar.gz
 	echo 
-	cd ..; tar -v -c -p -s -z --exclude sword-$REV/bin --exclude sword-$REV/autom4te.cache --exclude sword-$REV/bindings/swig/package/autom4te.cache -X sword-$REV/distignore -f sword-$REV.tar.gz sword-$REV/*
+	cd ..; tar -v -c -p -z --exclude sword-$REV/bin --exclude sword-$REV/autom4te.cache --exclude sword-$REV/bindings/swig/package/autom4te.cache -X sword-$REV/distignore -f sword-$REV.tar.gz sword-$REV/*
 
 else
 	echo $"Directory version is $REV, but configure.ac has $SWORDVER"




More information about the sword-cvs mailing list