[geos-commits] r2582 - branches/3.1/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 15 20:04:28 EDT 2009


Author: pramsey
Date: 2009-06-15 20:04:28 -0400 (Mon, 15 Jun 2009)
New Revision: 2582

Modified:
   branches/3.1/capi/geos_c.h.in
Log:
Match VC versions to GNU ones


Modified: branches/3.1/capi/geos_c.h.in
===================================================================
--- branches/3.1/capi/geos_c.h.in	2009-06-16 00:00:39 UTC (rev 2581)
+++ branches/3.1/capi/geos_c.h.in	2009-06-16 00:04:28 UTC (rev 2582)
@@ -53,9 +53,9 @@
 #if defined(_MSC_VER)
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 5
+#define GEOS_CAPI_VERSION_MINOR 6
 #define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.1.0-CAPI-1.5.0"
+#define GEOS_CAPI_VERSION "3.1.1-CAPI-1.6.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@



More information about the geos-commits mailing list