[geos-commits] r3922 - in branches/3.4: . capi include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Aug 25 14:00:44 PDT 2013


Author: robe
Date: 2013-08-25 14:00:44 -0700 (Sun, 25 Aug 2013)
New Revision: 3922

Modified:
   branches/3.4/CMakeLists.txt
   branches/3.4/capi/geos_c.h.in
   branches/3.4/configure.in
   branches/3.4/include/geos/version.h.vc
Log:
bump to next revision

Modified: branches/3.4/CMakeLists.txt
===================================================================
--- branches/3.4/CMakeLists.txt	2013-08-25 15:09:58 UTC (rev 3921)
+++ branches/3.4/CMakeLists.txt	2013-08-25 21:00:44 UTC (rev 3922)
@@ -29,7 +29,7 @@
 # GEOS C++ library SONAME will use these encoding ABI break at every release
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 4)
-set(VERSION_PATCH 2)
+set(VERSION_PATCH 3)
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # JTS_PORT is the version of JTS this release is bound to
@@ -38,7 +38,7 @@
 
 # GEOS C API version
 set(CAPI_INTERFACE_CURRENT 9)
-set(CAPI_INTERFACE_REVISION 2)
+set(CAPI_INTERFACE_REVISION 3)
 set(CAPI_INTERFACE_AGE 8)
 
 math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")

Modified: branches/3.4/capi/geos_c.h.in
===================================================================
--- branches/3.4/capi/geos_c.h.in	2013-08-25 15:09:58 UTC (rev 3921)
+++ branches/3.4/capi/geos_c.h.in	2013-08-25 21:00:44 UTC (rev 3922)
@@ -58,8 +58,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 8
-#define GEOS_CAPI_VERSION_PATCH 2
-#define GEOS_CAPI_VERSION "3.4.2-CAPI-1.8.2"
+#define GEOS_CAPI_VERSION_PATCH 3
+#define GEOS_CAPI_VERSION "3.4.3-CAPI-1.8.3"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.4/configure.in
===================================================================
--- branches/3.4/configure.in	2013-08-25 15:09:58 UTC (rev 3921)
+++ branches/3.4/configure.in	2013-08-25 21:00:44 UTC (rev 3922)
@@ -24,7 +24,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=4
-VERSION_PATCH=2
+VERSION_PATCH=3dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.4/include/geos/version.h.vc
===================================================================
--- branches/3.4/include/geos/version.h.vc	2013-08-25 15:09:58 UTC (rev 3921)
+++ branches/3.4/include/geos/version.h.vc	2013-08-25 21:00:44 UTC (rev 3922)
@@ -34,11 +34,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 2
+#define GEOS_VERSION_PATCH 3
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.4.2"
+#define GEOS_VERSION "3.4.3"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list