[geos-commits] r2738 - in tags/3.2.0-rc2: . capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Nov 24 13:50:51 EST 2009


Author: strk
Date: 2009-11-24 13:50:51 -0500 (Tue, 24 Nov 2009)
New Revision: 2738

Modified:
   tags/3.2.0-rc2/capi/geos_c.h.in
   tags/3.2.0-rc2/configure.in
   tags/3.2.0-rc2/source/headers/geos/version.h.vc
Log:
Set release version to 3.2.0rc2

Modified: tags/3.2.0-rc2/capi/geos_c.h.in
===================================================================
--- tags/3.2.0-rc2/capi/geos_c.h.in	2009-11-24 18:06:56 UTC (rev 2737)
+++ tags/3.2.0-rc2/capi/geos_c.h.in	2009-11-24 18:50:51 UTC (rev 2738)
@@ -55,7 +55,7 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 6
-#define GEOS_CAPI_VERSION_PATCH 0
+#define GEOS_CAPI_VERSION_PATCH 0rc2
 #define GEOS_CAPI_VERSION "3.2.0-CAPI-1.6.0"
 #else
 #ifndef GEOS_VERSION_MAJOR

Modified: tags/3.2.0-rc2/configure.in
===================================================================
--- tags/3.2.0-rc2/configure.in	2009-11-24 18:06:56 UTC (rev 2737)
+++ tags/3.2.0-rc2/configure.in	2009-11-24 18:50:51 UTC (rev 2738)
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=2
-VERSION_PATCH=0
+VERSION_PATCH=0rc2
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: tags/3.2.0-rc2/source/headers/geos/version.h.vc
===================================================================
--- tags/3.2.0-rc2/source/headers/geos/version.h.vc	2009-11-24 18:06:56 UTC (rev 2737)
+++ tags/3.2.0-rc2/source/headers/geos/version.h.vc	2009-11-24 18:50:51 UTC (rev 2738)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION_PATCH 0rc2
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.2.0"
+#define GEOS_VERSION "3.2.0rc2"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list