[geos-commits] r3908 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Aug 21 06:54:44 PDT 2013


Author: strk
Date: 2013-08-21 06:54:44 -0700 (Wed, 21 Aug 2013)
New Revision: 3908

Modified:
   trunk/CMakeLists.txt
Log:
Set JTS_PORT for CMake in sync with others

.. we should really reduce the number of places version is set

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2013-08-21 13:47:54 UTC (rev 3907)
+++ trunk/CMakeLists.txt	2013-08-21 13:54:44 UTC (rev 3908)
@@ -33,7 +33,7 @@
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # JTS_PORT is the version of JTS this release is bound to
-set(JTS_PORT 1.12.0)
+set(JTS_PORT 1.13.0)
 message(STATUS "Setting GEOS version ${VERSION} as port of JTS ${JTS_PORT}")
 
 # GEOS C API version



More information about the geos-commits mailing list