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

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Dec 14 14:21:40 EST 2009


Author: pramsey
Date: 2009-12-14 14:21:40 -0500 (Mon, 14 Dec 2009)
New Revision: 2830

Modified:
   branches/3.2/capi/geos_c.h.in
   branches/3.2/configure.in
   branches/3.2/source/headers/geos/version.h.vc
Log:
Back up the versions to 3.2.1 for 3.2 branch


Modified: branches/3.2/capi/geos_c.h.in
===================================================================
--- branches/3.2/capi/geos_c.h.in	2009-12-14 19:19:27 UTC (rev 2829)
+++ branches/3.2/capi/geos_c.h.in	2009-12-14 19:21:40 UTC (rev 2830)
@@ -56,7 +56,7 @@
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 6
 #define GEOS_CAPI_VERSION_PATCH 1
-#define GEOS_CAPI_VERSION "3.3.0-CAPI-1.6.1"
+#define GEOS_CAPI_VERSION "3.2.1-CAPI-1.6.1"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.2/configure.in
===================================================================
--- branches/3.2/configure.in	2009-12-14 19:19:27 UTC (rev 2829)
+++ branches/3.2/configure.in	2009-12-14 19:21:40 UTC (rev 2830)
@@ -24,8 +24,8 @@
 dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
-VERSION_MINOR=3
-VERSION_PATCH=0
+VERSION_MINOR=2
+VERSION_PATCH=1
 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	2009-12-14 19:19:27 UTC (rev 2829)
+++ branches/3.2/source/headers/geos/version.h.vc	2009-12-14 19:21:40 UTC (rev 2830)
@@ -31,15 +31,15 @@
 #endif
 
 #ifndef GEOS_VERSION_MINOR
-#define GEOS_VERSION_MINOR 3
+#define GEOS_VERSION_MINOR 2
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION_PATCH 1
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.3.0"
+#define GEOS_VERSION "3.2.1"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list