[geos-commits] r2585 - in branches/3.0: . capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 15 20:36:33 EDT 2009


Author: pramsey
Date: 2009-06-15 20:36:33 -0400 (Mon, 15 Jun 2009)
New Revision: 2585

Modified:
   branches/3.0/capi/geos_c.h.in
   branches/3.0/configure.in
   branches/3.0/source/headers/geos/version.h.vc
Log:
Version bump for release.


Modified: branches/3.0/capi/geos_c.h.in
===================================================================
--- branches/3.0/capi/geos_c.h.in	2009-06-16 00:08:17 UTC (rev 2584)
+++ branches/3.0/capi/geos_c.h.in	2009-06-16 00:36:33 UTC (rev 2585)
@@ -51,9 +51,9 @@
 #if defined(_MSC_VER)
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 4
-#define GEOS_CAPI_VERSION_PATCH 2
-#define GEOS_CAPI_VERSION "3.0.3-CAPI-1.4.2"
+#define GEOS_CAPI_VERSION_MINOR 5
+#define GEOS_CAPI_VERSION_PATCH 1
+#define GEOS_CAPI_VERSION "3.0.4-CAPI-1.5.1"
 #else
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@
 #define GEOS_VERSION_MINOR @VERSION_MINOR@

Modified: branches/3.0/configure.in
===================================================================
--- branches/3.0/configure.in	2009-06-16 00:08:17 UTC (rev 2584)
+++ branches/3.0/configure.in	2009-06-16 00:36:33 UTC (rev 2585)
@@ -10,7 +10,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=6
-CAPI_INTERFACE_REVISION=0
+CAPI_INTERFACE_REVISION=1
 CAPI_INTERFACE_AGE=5
 
 dnl

Modified: branches/3.0/source/headers/geos/version.h.vc
===================================================================
--- branches/3.0/source/headers/geos/version.h.vc	2009-06-16 00:08:17 UTC (rev 2584)
+++ branches/3.0/source/headers/geos/version.h.vc	2009-06-16 00:36:33 UTC (rev 2585)
@@ -29,8 +29,8 @@
 
 #define GEOS_VERSION_MAJOR 3
 #define GEOS_VERSION_MINOR 0
-#define GEOS_VERSION_PATCH 99
-#define GEOS_VERSION "3.0svn"
+#define GEOS_VERSION_PATCH 4
+#define GEOS_VERSION "3.0.4"
 #define GEOS_JTS_PORT "1.7.1"
 
 #endif // GEOS_VERSION_H



More information about the geos-commits mailing list