[geos-commits] r3777 - in branches/3.3: . capi include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 28 04:01:52 PST 2013


Author: strk
Date: 2013-02-28 04:01:51 -0800 (Thu, 28 Feb 2013)
New Revision: 3777

Modified:
   branches/3.3/capi/geos_c.h.in
   branches/3.3/configure.in
   branches/3.3/include/geos/version.h.vc
Log:
Prepare for 3.3.9

Modified: branches/3.3/capi/geos_c.h.in
===================================================================
--- branches/3.3/capi/geos_c.h.in	2013-02-28 11:01:15 UTC (rev 3776)
+++ branches/3.3/capi/geos_c.h.in	2013-02-28 12:01:51 UTC (rev 3777)
@@ -56,8 +56,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 7
-#define GEOS_CAPI_VERSION_PATCH 8
-#define GEOS_CAPI_VERSION "3.3.8-CAPI-1.7.8"
+#define GEOS_CAPI_VERSION_PATCH 9
+#define GEOS_CAPI_VERSION "3.3.9-CAPI-1.7.9"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2013-02-28 11:01:15 UTC (rev 3776)
+++ branches/3.3/configure.in	2013-02-28 12:01:51 UTC (rev 3777)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=8
-CAPI_INTERFACE_REVISION=8
+CAPI_INTERFACE_REVISION=9
 CAPI_INTERFACE_AGE=7
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=8
+VERSION_PATCH=9dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.3/include/geos/version.h.vc
===================================================================
--- branches/3.3/include/geos/version.h.vc	2013-02-28 11:01:15 UTC (rev 3776)
+++ branches/3.3/include/geos/version.h.vc	2013-02-28 12:01:51 UTC (rev 3777)
@@ -39,7 +39,7 @@
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.3.8"
+#define GEOS_VERSION "3.3.9"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list