Skip to content

Commit

Permalink
Set JTS_PORT for CMake in sync with others
Browse files Browse the repository at this point in the history
.. we should really reduce the number of places version is set

git-svn-id: http://svn.osgeo.org/geos/trunk@3908 5242fede-7e19-0410-aef8-94bd7d2200fb
  • Loading branch information
Sandro Santilli committed Aug 21, 2013
1 parent dc641eb commit 3b4fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(VERSION_PATCH 0dev)
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
Expand Down

0 comments on commit 3b4fddb

Please sign in to comment.