[geos-commits] r3725 - in branches/3.3: . capi include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Nov 15 09:35:25 PST 2012


Author: strk
Date: 2012-11-15 09:35:24 -0800 (Thu, 15 Nov 2012)
New Revision: 3725

Modified:
   branches/3.3/HOWTO_RELEASE
   branches/3.3/capi/geos_c.h.in
   branches/3.3/configure.in
   branches/3.3/include/geos/version.h.vc
Log:
Prepare codebase for next 3.3 release (3.3.7)


Modified: branches/3.3/HOWTO_RELEASE
===================================================================
--- branches/3.3/HOWTO_RELEASE	2012-11-15 16:42:12 UTC (rev 3724)
+++ branches/3.3/HOWTO_RELEASE	2012-11-15 17:35:24 UTC (rev 3725)
@@ -12,8 +12,7 @@
 6: Tag the release:
    $ base=http://svn.osgeo.org/geos/
    $ rev=3.3.PATCH
-   $ svn copy -m "Tagged release MAJOR.MINOR.PATCH" \
-		$base/branches/3.3 $base/tags/$rev
+   $ svn copy -m "Tagged release $rev" $base/branches/3.3 $base/tags/$rev
 
 7: Export the tag and 'make dist-bzip2'. 
    $ svn export $base/tags/$rev

Modified: branches/3.3/capi/geos_c.h.in
===================================================================
--- branches/3.3/capi/geos_c.h.in	2012-11-15 16:42:12 UTC (rev 3724)
+++ branches/3.3/capi/geos_c.h.in	2012-11-15 17:35:24 UTC (rev 3725)
@@ -56,8 +56,8 @@
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 7
-#define GEOS_CAPI_VERSION_PATCH 6
-#define GEOS_CAPI_VERSION "3.3.6-CAPI-1.7.6"
+#define GEOS_CAPI_VERSION_PATCH 7
+#define GEOS_CAPI_VERSION "3.3.7-CAPI-1.7.7"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2012-11-15 16:42:12 UTC (rev 3724)
+++ branches/3.3/configure.in	2012-11-15 17:35:24 UTC (rev 3725)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=8
-CAPI_INTERFACE_REVISION=6
+CAPI_INTERFACE_REVISION=7
 CAPI_INTERFACE_AGE=7
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=6
+VERSION_PATCH=7dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.3/include/geos/version.h.vc
===================================================================
--- branches/3.3/include/geos/version.h.vc	2012-11-15 16:42:12 UTC (rev 3724)
+++ branches/3.3/include/geos/version.h.vc	2012-11-15 17:35:24 UTC (rev 3725)
@@ -35,11 +35,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 6
+#define GEOS_VERSION_PATCH 7
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.3.6"
+#define GEOS_VERSION "3.3.7"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list