[geos-commits] r2111 - in trunk: capi source/headers/geos
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Jan 22 14:34:27 EST 2008
Author: benjubb
Date: 2008-01-22 14:34:27 -0500 (Tue, 22 Jan 2008)
New Revision: 2111
Modified:
trunk/capi/geos_c.h.in
trunk/source/headers/geos/version.h.vc
Log:
Updated for VC to give correct version (3.1.0-CAPI-1.5.0).
Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in 2008-01-18 00:37:57 UTC (rev 2110)
+++ trunk/capi/geos_c.h.in 2008-01-22 19:34:27 UTC (rev 2111)
@@ -51,9 +51,9 @@
#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 5
+#define GEOS_CAPI_VERSION_PATCH 0
+#define GEOS_CAPI_VERSION "3.1.0-CAPI-1.5.0"
#else
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
#define GEOS_VERSION_MINOR @VERSION_MINOR@
Modified: trunk/source/headers/geos/version.h.vc
===================================================================
--- trunk/source/headers/geos/version.h.vc 2008-01-18 00:37:57 UTC (rev 2110)
+++ trunk/source/headers/geos/version.h.vc 2008-01-22 19:34:27 UTC (rev 2111)
@@ -28,9 +28,9 @@
#endif
#define GEOS_VERSION_MAJOR 3
-#define GEOS_VERSION_MINOR 0
-#define GEOS_VERSION_PATCH 0rc4
-#define GEOS_VERSION "3.0.0rc4"
+#define GEOS_VERSION_MINOR 1
+#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION "3.1.0"
#define GEOS_JTS_PORT "1.7.1"
#endif // GEOS_VERSION_H
More information about the geos-commits
mailing list