[geos-commits] r2740 - in tags/3.2.0-rc1: . capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Nov 24 14:31:01 EST 2009


Author: strk
Date: 2009-11-24 14:31:00 -0500 (Tue, 24 Nov 2009)
New Revision: 2740

Modified:
   tags/3.2.0-rc1/capi/geos_c.h.in
   tags/3.2.0-rc1/configure.in
   tags/3.2.0-rc1/source/headers/geos/version.h.vc
Log:
rc1 version in library for rc1 tag

Modified: tags/3.2.0-rc1/capi/geos_c.h.in
===================================================================
--- tags/3.2.0-rc1/capi/geos_c.h.in	2009-11-24 18:54:30 UTC (rev 2739)
+++ tags/3.2.0-rc1/capi/geos_c.h.in	2009-11-24 19:31:00 UTC (rev 2740)
@@ -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 0
-#define GEOS_CAPI_VERSION "3.2.0-CAPI-1.6.0"
+#define GEOS_CAPI_VERSION_PATCH 0rc1
+#define GEOS_CAPI_VERSION "3.2.0rc1-CAPI-1.6.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: tags/3.2.0-rc1/configure.in
===================================================================
--- tags/3.2.0-rc1/configure.in	2009-11-24 18:54:30 UTC (rev 2739)
+++ tags/3.2.0-rc1/configure.in	2009-11-24 19:31:00 UTC (rev 2740)
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=2
-VERSION_PATCH=0
+VERSION_PATCH=0rc1
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: tags/3.2.0-rc1/source/headers/geos/version.h.vc
===================================================================
--- tags/3.2.0-rc1/source/headers/geos/version.h.vc	2009-11-24 18:54:30 UTC (rev 2739)
+++ tags/3.2.0-rc1/source/headers/geos/version.h.vc	2009-11-24 19:31:00 UTC (rev 2740)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION_PATCH 0rc1
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.2.0"
+#define GEOS_VERSION "3.2.0rc1"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list