Skip to content

Commit cc150e0

Browse files
authored
Merge pull request #503 from pesekon2/master
fix wrong VERSION_PATCH in CMakeLists
2 parents 2b75501 + 247da13 commit cc150e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geos-3.3.3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CMAKE_MODULE_PATH "${geos_SOURCE_DIR}/cmake/modules")
3030
# GEOS C++ library SONAME will use these encoding ABI break at every release
3131
set(VERSION_MAJOR 3)
3232
set(VERSION_MINOR 3)
33-
set(VERSION_PATCH 2dev)
33+
set(VERSION_PATCH 3)
3434
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3535

3636
# JTS_PORT is the version of JTS this release is bound to

0 commit comments

Comments
 (0)