[geos-commits] r4279 - in branches/3.5: . capi include/geos

Sandro Santilli strk at kbt.io
Tue Oct 25 09:42:57 PDT 2016


Author: strk
Date: 2016-10-25 09:42:56 -0700 (Tue, 25 Oct 2016)
New Revision: 4279

Modified:
   branches/3.5/CMakeLists.txt
   branches/3.5/capi/geos_c.h.in
   branches/3.5/configure.ac
   branches/3.5/include/geos/version.h.vc
Log:
Retarget to 3.5.2

Modified: branches/3.5/CMakeLists.txt
===================================================================
--- branches/3.5/CMakeLists.txt	2016-10-25 16:34:08 UTC (rev 4278)
+++ branches/3.5/CMakeLists.txt	2016-10-25 16:42:56 UTC (rev 4279)
@@ -29,7 +29,7 @@
 # GEOS C++ library SONAME will use these encoding ABI break at every release
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 5)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
 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 10)
-set(CAPI_INTERFACE_REVISION 1)
+set(CAPI_INTERFACE_REVISION 2)
 set(CAPI_INTERFACE_AGE 9)
 
 math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")

Modified: branches/3.5/capi/geos_c.h.in
===================================================================
--- branches/3.5/capi/geos_c.h.in	2016-10-25 16:34:08 UTC (rev 4278)
+++ branches/3.5/capi/geos_c.h.in	2016-10-25 16:42:56 UTC (rev 4279)
@@ -60,8 +60,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 9
-#define GEOS_CAPI_VERSION_PATCH 1
-#define GEOS_CAPI_VERSION "3.5.1-CAPI-1.9.1"
+#define GEOS_CAPI_VERSION_PATCH 2
+#define GEOS_CAPI_VERSION "3.5.2-CAPI-1.9.2"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.5/configure.ac
===================================================================
--- branches/3.5/configure.ac	2016-10-25 16:34:08 UTC (rev 4278)
+++ branches/3.5/configure.ac	2016-10-25 16:42:56 UTC (rev 4279)
@@ -15,7 +15,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=10
-CAPI_INTERFACE_REVISION=1
+CAPI_INTERFACE_REVISION=2
 CAPI_INTERFACE_AGE=9
 
 dnl
@@ -24,7 +24,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=5
-VERSION_PATCH=1
+VERSION_PATCH=2
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.5/include/geos/version.h.vc
===================================================================
--- branches/3.5/include/geos/version.h.vc	2016-10-25 16:34:08 UTC (rev 4278)
+++ branches/3.5/include/geos/version.h.vc	2016-10-25 16:42:56 UTC (rev 4279)
@@ -34,11 +34,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 1
+#define GEOS_VERSION_PATCH 2
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.5.1"
+#define GEOS_VERSION "3.5.2"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list