[geos-commits] r3735 - branches/3.3/swig/python

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Dec 5 03:00:51 PST 2012


Author: strk
Date: 2012-12-05 03:00:51 -0800 (Wed, 05 Dec 2012)
New Revision: 3735

Modified:
   branches/3.3/swig/python/geos.py
   branches/3.3/swig/python/geos_wrap.cxx
Log:
Regenerate swig wrappers (due to version change)

Modified: branches/3.3/swig/python/geos.py
===================================================================
--- branches/3.3/swig/python/geos.py	2012-12-05 09:06:53 UTC (rev 3734)
+++ branches/3.3/swig/python/geos.py	2012-12-05 11:00:51 UTC (rev 3735)
@@ -105,7 +105,6 @@
 
 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	2012-12-05 09:06:53 UTC (rev 3734)
+++ branches/3.3/swig/python/geos_wrap.cxx	2012-12-05 11:00:51 UTC (rev 3735)
@@ -11055,15 +11055,14 @@
   
   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_PATCH",SWIG_From_int(static_cast< int >(6)));
-  SWIG_Python_SetConstant(d, "GEOS_VERSION",SWIG_FromCharPtr("3.3.6"));
+  SWIG_Python_SetConstant(d, "GEOS_VERSION",SWIG_FromCharPtr("3.3.7dev"));
   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 >(6)));
+  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.6-CAPI-1.7.6"));
+  SWIG_Python_SetConstant(d, "GEOS_CAPI_VERSION",SWIG_FromCharPtr("3.3.7dev-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