[geos-commits] r3560 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jan 6 16:50:23 EST 2012


Author: strk
Date: 2012-01-06 13:50:23 -0800 (Fri, 06 Jan 2012)
New Revision: 3560

Modified:
   branches/3.3/NEWS
   branches/3.3/configure.in
Log:
Prepare for 3.3.3

Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS	2012-01-06 21:34:49 UTC (rev 3559)
+++ branches/3.3/NEWS	2012-01-06 21:50:23 UTC (rev 3560)
@@ -1,3 +1,9 @@
+Changes in 3.3.3
+2012-??-??
+
+- Bug fixes / improvements
+    - Fix MSVC compilation of ambiguous log() call #506
+
 Changes in 3.3.2
 2012-01-05
 

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2012-01-06 21:34:49 UTC (rev 3559)
+++ branches/3.3/configure.in	2012-01-06 21:50:23 UTC (rev 3560)
@@ -16,7 +16,7 @@
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=8
-CAPI_INTERFACE_REVISION=2
+CAPI_INTERFACE_REVISION=3
 CAPI_INTERFACE_AGE=7
 
 dnl
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=2
+VERSION_PATCH=3dev
 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