[geos-commits] r3583 - trunk/capi
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Apr 1 16:45:39 EDT 2012
Author: pramsey
Date: 2012-04-01 13:45:39 -0700 (Sun, 01 Apr 2012)
New Revision: 3583
Modified:
trunk/capi/geos_c.h.in
Log:
Sync up versions advertised in capi to those in configure.in
Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in 2012-04-01 20:42:27 UTC (rev 3582)
+++ trunk/capi/geos_c.h.in 2012-04-01 20:45:39 UTC (rev 3583)
@@ -54,9 +54,9 @@
#if defined(_MSC_VER)
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 6
-#define GEOS_CAPI_VERSION_PATCH 1
-#define GEOS_CAPI_VERSION "3.3.0-CAPI-1.7.0"
+#define GEOS_CAPI_VERSION_MINOR 8
+#define GEOS_CAPI_VERSION_PATCH 0
+#define GEOS_CAPI_VERSION "3.4.0-CAPI-1.8.0"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
More information about the geos-commits
mailing list