[geos-commits] r4108 - in trunk: . capi

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Oct 7 00:20:22 PDT 2015


Author: strk
Date: 2015-10-07 00:20:22 -0700 (Wed, 07 Oct 2015)
New Revision: 4108

Modified:
   trunk/CMakeLists.txt
   trunk/capi/geos_c.h.in
   trunk/configure.ac
Log:
Fix CAPI versioning (broke in r4085, after release)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2015-10-05 12:55:03 UTC (rev 4107)
+++ trunk/CMakeLists.txt	2015-10-07 07:20:22 UTC (rev 4108)
@@ -39,7 +39,7 @@
 # GEOS C API version
 set(CAPI_INTERFACE_CURRENT 11)
 set(CAPI_INTERFACE_REVISION 0)
-set(CAPI_INTERFACE_AGE 9)
+set(CAPI_INTERFACE_AGE 10)
 
 math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")
 set(CAPI_VERSION_MINOR ${CAPI_INTERFACE_AGE})

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2015-10-05 12:55:03 UTC (rev 4107)
+++ trunk/capi/geos_c.h.in	2015-10-07 07:20:22 UTC (rev 4108)
@@ -59,9 +59,9 @@
 #if defined(_MSC_VER)
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 11
+#define GEOS_CAPI_VERSION_MINOR 10
 #define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.6.0-CAPI-1.11.0"
+#define GEOS_CAPI_VERSION "3.6.0-CAPI-1.10.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2015-10-05 12:55:03 UTC (rev 4107)
+++ trunk/configure.ac	2015-10-07 07:20:22 UTC (rev 4108)
@@ -16,7 +16,7 @@
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=11
 CAPI_INTERFACE_REVISION=0
-CAPI_INTERFACE_AGE=9
+CAPI_INTERFACE_AGE=10
 
 dnl
 dnl -- Release versions / C++ library SONAME will use these



More information about the geos-commits mailing list