[geos-commits] r3877 - trunk/capi
svn_geos at osgeo.org
svn_geos at osgeo.org
Sat Aug 10 21:20:50 PDT 2013
Author: robe
Date: 2013-08-10 21:20:50 -0700 (Sat, 10 Aug 2013)
New Revision: 3877
Modified:
trunk/capi/geos_c.h.in
Log:
bump to 3.5.0 and capi to next
Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in 2013-08-11 04:17:58 UTC (rev 3876)
+++ trunk/capi/geos_c.h.in 2013-08-11 04:20:50 UTC (rev 3877)
@@ -57,9 +57,9 @@
#if defined(_MSC_VER)
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 8
+#define GEOS_CAPI_VERSION_MINOR 9
#define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.4.0-CAPI-1.8.0"
+#define GEOS_CAPI_VERSION "3.5.0-CAPI-1.9.0"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
More information about the geos-commits
mailing list