[geos-commits] r2977 - in trunk: . capi

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Apr 17 18:16:37 EDT 2010


Author: strk
Date: 2010-04-17 18:16:36 -0400 (Sat, 17 Apr 2010)
New Revision: 2977

Modified:
   trunk/HOWTO_RELEASE
   trunk/capi/geos_c.h.in
Log:
Also set version for the systems not using autoconf, and update paths in HOWTO_RELEASE file


Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE	2010-04-17 22:14:33 UTC (rev 2976)
+++ trunk/HOWTO_RELEASE	2010-04-17 22:16:36 UTC (rev 2977)
@@ -35,7 +35,7 @@
 
 11: Increment release version:
    - In configure.in
-   - In source/headers/geos/version.h.vc
+   - In include/geos/version.h.vc 
    - In capi/geos_c.h.in
      - VERSION_PATCH for bugfixes/improvements (even breaking C++ API)
      - VERSION_MINOR for NEW interfaces in the C lib

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2010-04-17 22:14:33 UTC (rev 2976)
+++ trunk/capi/geos_c.h.in	2010-04-17 22:16:36 UTC (rev 2977)
@@ -57,7 +57,7 @@
 #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.6.1"
+#define GEOS_CAPI_VERSION "3.3.0-CAPI-1.7.0"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@



More information about the geos-commits mailing list