[geos-commits] r3675 - branches/3.3/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 22 04:47:09 PDT 2012


Author: strk
Date: 2012-06-22 04:47:08 -0700 (Fri, 22 Jun 2012)
New Revision: 3675

Modified:
   branches/3.3/capi/geos_c.h.in
Log:
Update version also for MSVC... (#558)

Modified: branches/3.3/capi/geos_c.h.in
===================================================================
--- branches/3.3/capi/geos_c.h.in	2012-06-22 11:07:37 UTC (rev 3674)
+++ branches/3.3/capi/geos_c.h.in	2012-06-22 11:47:08 UTC (rev 3675)
@@ -56,8 +56,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 7
-#define GEOS_CAPI_VERSION_PATCH 4
-#define GEOS_CAPI_VERSION "3.3.5-CAPI-1.7.4"
+#define GEOS_CAPI_VERSION_PATCH 5
+#define GEOS_CAPI_VERSION "3.3.5-CAPI-1.7.5"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@



More information about the geos-commits mailing list