[geos-commits] r2662 - in trunk: capi source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Oct 8 03:56:16 EDT 2009


Author: strk
Date: 2009-10-08 03:56:16 -0400 (Thu, 08 Oct 2009)
New Revision: 2662

Modified:
   trunk/capi/geos_c.h.in
   trunk/source/headers/geos/version.h.vc
Log:
Properly set version for win target


Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2009-10-07 07:53:01 UTC (rev 2661)
+++ trunk/capi/geos_c.h.in	2009-10-08 07:56:16 UTC (rev 2662)
@@ -47,15 +47,16 @@
  ***********************************************************************/
 
 /*
- *  * Following 'ifdef' hack fixes problem with generating geos_c.h on Windows,
- *   * when building with Visual C++ compiler.
- *    */
+ * Following 'ifdef' hack fixes problem with generating geos_c.h on Windows,
+ * when building with Visual C++ compiler.
+ *
+ */
 #if defined(_MSC_VER)
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 5
+#define GEOS_CAPI_VERSION_MINOR 6
 #define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.1.0-CAPI-1.5.0"
+#define GEOS_CAPI_VERSION "3.2.0-CAPI-1.6.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: trunk/source/headers/geos/version.h.vc
===================================================================
--- trunk/source/headers/geos/version.h.vc	2009-10-07 07:53:01 UTC (rev 2661)
+++ trunk/source/headers/geos/version.h.vc	2009-10-08 07:56:16 UTC (rev 2662)
@@ -31,7 +31,7 @@
 #endif
 
 #ifndef GEOS_VERSION_MINOR
-#define GEOS_VERSION_MINOR 1
+#define GEOS_VERSION_MINOR 2
 #endif
 
 #ifndef GEOS_VERSION_PATCH
@@ -39,11 +39,11 @@
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.1.0"
+#define GEOS_VERSION "3.2.0"
 #endif
 
 #ifndef GEOS_JTS_PORT
-#define GEOS_JTS_PORT "1.7.1"
+#define GEOS_JTS_PORT "1.10.0"
 #endif
 
 #endif // GEOS_VERSION_H_INCLUDED



More information about the geos-commits mailing list