[geos-commits] r2049 - branches/3.0

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 13:43:50 EST 2007


Author: pramsey
Date: 2007-12-21 13:43:50 -0500 (Fri, 21 Dec 2007)
New Revision: 2049

Modified:
   branches/3.0/NEWS
   branches/3.0/configure.in
Log:
version numbering for next release


Modified: branches/3.0/NEWS
===================================================================
--- branches/3.0/NEWS	2007-12-21 18:42:02 UTC (rev 2048)
+++ branches/3.0/NEWS	2007-12-21 18:43:50 UTC (rev 2049)
@@ -1,3 +1,8 @@
+
+Changes in 3.0.1
+
+- To be added
+
 Changes in 3.0.0
 
    These are mostly ABI breaking changes.

Modified: branches/3.0/configure.in
===================================================================
--- branches/3.0/configure.in	2007-12-21 18:42:02 UTC (rev 2048)
+++ branches/3.0/configure.in	2007-12-21 18:43:50 UTC (rev 2049)
@@ -10,7 +10,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=5
-CAPI_INTERFACE_REVISION=1
+CAPI_INTERFACE_REVISION=2
 CAPI_INTERFACE_AGE=4
 
 dnl
@@ -19,7 +19,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_PATCH=0
+VERSION_PATCH=1
 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