[geos-commits] r3674 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 22 04:07:38 PDT 2012


Author: strk
Date: 2012-06-22 04:07:37 -0700 (Fri, 22 Jun 2012)
New Revision: 3674

Modified:
   branches/3.3/NEWS
   branches/3.3/configure.in
Log:
Set CAPI interface revision to 5 (#558)

This is to resolve a problem with versioning of the CAPI library
shipped with 3.3.3 (1.7.4) and 3.3.4 (1.7.3). So 3.3.5 will ship
with 1.7.5 (ASAP).

Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS	2012-06-11 09:18:04 UTC (rev 3673)
+++ branches/3.3/NEWS	2012-06-22 11:07:37 UTC (rev 3674)
@@ -1,3 +1,9 @@
+Changes in 3.3.5
+2012-06-??
+
+- Bug fixes / improvements
+    - Correctly increment CAPI lib version from 3.3.3 (#558)
+
 Changes in 3.3.4
 2012-05-31
 

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2012-06-11 09:18:04 UTC (rev 3673)
+++ branches/3.3/configure.in	2012-06-22 11:07:37 UTC (rev 3674)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=8
-CAPI_INTERFACE_REVISION=4
+CAPI_INTERFACE_REVISION=5
 CAPI_INTERFACE_AGE=7
 
 dnl



More information about the geos-commits mailing list