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

svn_geos at osgeo.org svn_geos at osgeo.org
Thu May 31 12:16:51 PDT 2012


Author: pramsey
Date: 2012-05-31 12:16:51 -0700 (Thu, 31 May 2012)
New Revision: 3662

Modified:
   branches/3.3/capi/geos_c.h.in
   branches/3.3/configure.in
   branches/3.3/include/geos/version.h.vc
Log:
Bump versions to 3.3.5


Modified: branches/3.3/capi/geos_c.h.in
===================================================================
--- branches/3.3/capi/geos_c.h.in	2012-05-31 18:41:35 UTC (rev 3661)
+++ branches/3.3/capi/geos_c.h.in	2012-05-31 19:16:51 UTC (rev 3662)
@@ -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 3
-#define GEOS_CAPI_VERSION "3.3.4-CAPI-1.7.3"
+#define GEOS_CAPI_VERSION_PATCH 4
+#define GEOS_CAPI_VERSION "3.3.5-CAPI-1.7.4"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2012-05-31 18:41:35 UTC (rev 3661)
+++ branches/3.3/configure.in	2012-05-31 19:16:51 UTC (rev 3662)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=8
-CAPI_INTERFACE_REVISION=3
+CAPI_INTERFACE_REVISION=4
 CAPI_INTERFACE_AGE=7
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=4
+VERSION_PATCH=5
 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	2012-05-31 18:41:35 UTC (rev 3661)
+++ branches/3.3/include/geos/version.h.vc	2012-05-31 19:16:51 UTC (rev 3662)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 4
+#define GEOS_VERSION_PATCH 5
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.3.4"
+#define GEOS_VERSION "3.3.5"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list