[geos-commits] r2981 - in branches/3.2: . capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Apr 18 11:31:34 EDT 2010


Author: pramsey
Date: 2010-04-18 11:31:32 -0400 (Sun, 18 Apr 2010)
New Revision: 2981

Modified:
   branches/3.2/capi/geos_c.h.in
   branches/3.2/configure.in
   branches/3.2/source/headers/geos/version.h.vc
Log:
Bump version numbers up for 3.2.3


Modified: branches/3.2/capi/geos_c.h.in
===================================================================
--- branches/3.2/capi/geos_c.h.in	2010-04-18 15:07:17 UTC (rev 2980)
+++ branches/3.2/capi/geos_c.h.in	2010-04-18 15:31:32 UTC (rev 2981)
@@ -55,8 +55,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 6
-#define GEOS_CAPI_VERSION_PATCH 2
-#define GEOS_CAPI_VERSION "3.2.2-CAPI-1.6.2"
+#define GEOS_CAPI_VERSION_PATCH 3
+#define GEOS_CAPI_VERSION "3.2.3-CAPI-1.6.3"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.2/configure.in
===================================================================
--- branches/3.2/configure.in	2010-04-18 15:07:17 UTC (rev 2980)
+++ branches/3.2/configure.in	2010-04-18 15:31:32 UTC (rev 2981)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=7
-CAPI_INTERFACE_REVISION=2
+CAPI_INTERFACE_REVISION=3
 CAPI_INTERFACE_AGE=6
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=2
-VERSION_PATCH=2
+VERSION_PATCH=3
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.2/source/headers/geos/version.h.vc
===================================================================
--- branches/3.2/source/headers/geos/version.h.vc	2010-04-18 15:07:17 UTC (rev 2980)
+++ branches/3.2/source/headers/geos/version.h.vc	2010-04-18 15:31:32 UTC (rev 2981)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 2
+#define GEOS_VERSION_PATCH 3
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.2.2"
+#define GEOS_VERSION "3.2.3"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list