[geos-commits] r3480 - branches/3.2

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Sep 21 08:47:57 EDT 2011


Author: strk
Date: 2011-09-21 05:47:57 -0700 (Wed, 21 Sep 2011)
New Revision: 3480

Modified:
   branches/3.2/NEWS
   branches/3.2/configure.in
Log:
Bump version up


Modified: branches/3.2/NEWS
===================================================================
--- branches/3.2/NEWS	2011-09-21 10:45:36 UTC (rev 3479)
+++ branches/3.2/NEWS	2011-09-21 12:47:57 UTC (rev 3480)
@@ -1,3 +1,6 @@
+Changes in 3.2.4
+????-??-??
+
 Changes in 3.2.3
 2011-09-21
 

Modified: branches/3.2/configure.in
===================================================================
--- branches/3.2/configure.in	2011-09-21 10:45:36 UTC (rev 3479)
+++ branches/3.2/configure.in	2011-09-21 12:47:57 UTC (rev 3480)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=7
-CAPI_INTERFACE_REVISION=3
+CAPI_INTERFACE_REVISION=4
 CAPI_INTERFACE_AGE=6
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=2
-VERSION_PATCH=3
+VERSION_PATCH=4
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))



More information about the geos-commits mailing list