[geos-commits] r2819 - in tags/3.2.0-rc4: . capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Dec 8 17:56:30 EST 2009


Author: pramsey
Date: 2009-12-08 17:56:29 -0500 (Tue, 08 Dec 2009)
New Revision: 2819

Modified:
   tags/3.2.0-rc4/capi/geos_c.h.in
   tags/3.2.0-rc4/configure.in
   tags/3.2.0-rc4/source/headers/geos/version.h.vc
Log:
update versions on tag


Modified: tags/3.2.0-rc4/capi/geos_c.h.in
===================================================================
--- tags/3.2.0-rc4/capi/geos_c.h.in	2009-12-08 22:49:50 UTC (rev 2818)
+++ tags/3.2.0-rc4/capi/geos_c.h.in	2009-12-08 22:56:29 UTC (rev 2819)
@@ -56,7 +56,7 @@
 #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 "3.2.0rc4-CAPI-1.6.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: tags/3.2.0-rc4/configure.in
===================================================================
--- tags/3.2.0-rc4/configure.in	2009-12-08 22:49:50 UTC (rev 2818)
+++ tags/3.2.0-rc4/configure.in	2009-12-08 22:56:29 UTC (rev 2819)
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=2
-VERSION_PATCH=0
+VERSION_PATCH=0rc4
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: tags/3.2.0-rc4/source/headers/geos/version.h.vc
===================================================================
--- tags/3.2.0-rc4/source/headers/geos/version.h.vc	2009-12-08 22:49:50 UTC (rev 2818)
+++ tags/3.2.0-rc4/source/headers/geos/version.h.vc	2009-12-08 22:56:29 UTC (rev 2819)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION_PATCH 0rc4
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.2.0"
+#define GEOS_VERSION "3.2.0rc4"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list