[sword-svn] r3006 - in trunk: . include
chrislit at crosswire.org
chrislit at crosswire.org
Fri Jan 10 01:46:40 MST 2014
Author: chrislit
Date: 2014-01-10 01:46:40 -0700 (Fri, 10 Jan 2014)
New Revision: 3006
Modified:
trunk/CMakeLists.txt
trunk/configure.ac
trunk/include/swversion.h
Log:
bumped version numbers in autoconf & cmake files to 1.7.2
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2014-01-09 04:06:11 UTC (rev 3005)
+++ trunk/CMakeLists.txt 2014-01-10 08:46:40 UTC (rev 3006)
@@ -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.0)
+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: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2014-01-09 04:06:11 UTC (rev 3005)
+++ trunk/configure.ac 2014-01-10 08:46:40 UTC (rev 3006)
@@ -5,7 +5,7 @@
# Version change: Change line 8 only !
# Change it immediately after a release
-AC_INIT(sword, 1.7.0, 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: trunk/include/swversion.h
===================================================================
--- trunk/include/swversion.h 2014-01-09 04:06:11 UTC (rev 3005)
+++ trunk/include/swversion.h 2014-01-10 08:46:40 UTC (rev 3006)
@@ -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