[geos-commits] r3752 - in branches/3.3: . swig/python
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Jan 22 10:21:11 PST 2013
Author: strk
Date: 2013-01-22 10:21:11 -0800 (Tue, 22 Jan 2013)
New Revision: 3752
Modified:
branches/3.3/NEWS
branches/3.3/configure.in
branches/3.3/swig/python/geos.py
branches/3.3/swig/python/geos_wrap.cxx
Log:
Set version to 3.3.7
Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS 2013-01-17 12:07:50 UTC (rev 3751)
+++ branches/3.3/NEWS 2013-01-22 18:21:11 UTC (rev 3752)
@@ -1,5 +1,5 @@
-Changes in 3.3.7dev
-2012-MM-DD
+Changes in 3.3.7
+2013-01-22
- Bug fixes / improvements
- Fix abort in RightmostEdgeFinder (#605)
Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in 2013-01-17 12:07:50 UTC (rev 3751)
+++ branches/3.3/configure.in 2013-01-22 18:21:11 UTC (rev 3752)
@@ -25,7 +25,7 @@
dnl
VERSION_MAJOR=3
VERSION_MINOR=3
-VERSION_PATCH=7dev
+VERSION_PATCH=7
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
Modified: branches/3.3/swig/python/geos.py
===================================================================
--- branches/3.3/swig/python/geos.py 2013-01-17 12:07:50 UTC (rev 3751)
+++ branches/3.3/swig/python/geos.py 2013-01-22 18:21:11 UTC (rev 3752)
@@ -105,6 +105,7 @@
GEOS_VERSION_MAJOR = _geos.GEOS_VERSION_MAJOR
GEOS_VERSION_MINOR = _geos.GEOS_VERSION_MINOR
+GEOS_VERSION_PATCH = _geos.GEOS_VERSION_PATCH
GEOS_VERSION = _geos.GEOS_VERSION
GEOS_JTS_PORT = _geos.GEOS_JTS_PORT
GEOS_CAPI_VERSION_MAJOR = _geos.GEOS_CAPI_VERSION_MAJOR
Modified: branches/3.3/swig/python/geos_wrap.cxx
===================================================================
--- branches/3.3/swig/python/geos_wrap.cxx 2013-01-17 12:07:50 UTC (rev 3751)
+++ branches/3.3/swig/python/geos_wrap.cxx 2013-01-22 18:21:11 UTC (rev 3752)
@@ -11055,14 +11055,15 @@
SWIG_Python_SetConstant(d, "GEOS_VERSION_MAJOR",SWIG_From_int(static_cast< int >(3)));
SWIG_Python_SetConstant(d, "GEOS_VERSION_MINOR",SWIG_From_int(static_cast< int >(3)));
- SWIG_Python_SetConstant(d, "GEOS_VERSION",SWIG_FromCharPtr("3.3.7dev"));
+ SWIG_Python_SetConstant(d, "GEOS_VERSION_PATCH",SWIG_From_int(static_cast< int >(7)));
+ SWIG_Python_SetConstant(d, "GEOS_VERSION",SWIG_FromCharPtr("3.3.7"));
SWIG_Python_SetConstant(d, "GEOS_JTS_PORT",SWIG_FromCharPtr("1.12.0"));
SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION_MAJOR",SWIG_From_int(static_cast< int >(1)));
SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION_MINOR",SWIG_From_int(static_cast< int >(7)));
SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION_PATCH",SWIG_From_int(static_cast< int >(7)));
SWIG_Python_SetConstant(d, "GEOS_CAPI_FIRST_INTERFACE",SWIG_From_int(static_cast< int >(1)));
SWIG_Python_SetConstant(d, "GEOS_CAPI_LAST_INTERFACE",SWIG_From_int(static_cast< int >((1+7))));
- SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION",SWIG_FromCharPtr("3.3.7dev-CAPI-1.7.7"));
+ SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION",SWIG_FromCharPtr("3.3.7-CAPI-1.7.7"));
SWIG_Python_SetConstant(d, "GEOS_POINT",SWIG_From_int(static_cast< int >(GEOS_POINT)));
SWIG_Python_SetConstant(d, "GEOS_LINESTRING",SWIG_From_int(static_cast< int >(GEOS_LINESTRING)));
SWIG_Python_SetConstant(d, "GEOS_LINEARRING",SWIG_From_int(static_cast< int >(GEOS_LINEARRING)));
More information about the geos-commits
mailing list