[geos-commits] r2211 - branches/3.0/capi
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Oct 23 20:35:21 EDT 2008
Author: pramsey
Date: 2008-10-23 20:35:21 -0400 (Thu, 23 Oct 2008)
New Revision: 2211
Modified:
branches/3.0/capi/geos_c.h.in
Log:
Move versions to match other locations (damn VCC hardcoded!)
Modified: branches/3.0/capi/geos_c.h.in
===================================================================
--- branches/3.0/capi/geos_c.h.in 2008-10-23 17:33:16 UTC (rev 2210)
+++ branches/3.0/capi/geos_c.h.in 2008-10-24 00:35:21 UTC (rev 2211)
@@ -51,16 +51,15 @@
#if defined(_MSC_VER)
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 3
-#define GEOS_CAPI_VERSION_PATCH 3
-#define GEOS_CAPI_VERSION "3.0.0rc4-CAPI-1.3.3"
+#define GEOS_CAPI_VERSION_MINOR 4
+#define GEOS_CAPI_VERSION_PATCH 2
+#define GEOS_CAPI_VERSION "3.0.2-CAPI-1.4.2"
#else
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
#define GEOS_VERSION_MINOR @VERSION_MINOR@
#define GEOS_VERSION_PATCH @VERSION_PATCH@
#define GEOS_VERSION "@VERSION@"
#define GEOS_JTS_PORT "@JTS_PORT@"
-
#define GEOS_CAPI_VERSION_MAJOR @CAPI_VERSION_MAJOR@
#define GEOS_CAPI_VERSION_MINOR @CAPI_VERSION_MINOR@
#define GEOS_CAPI_VERSION_PATCH @CAPI_VERSION_PATCH@
More information about the geos-commits
mailing list