Skip to content

Commit

Permalink
update HOWTO_RELEASE to include bumping revision numbrs in CMake and …
Browse files Browse the repository at this point in the history
…also bump numbers in CMake.

git-svn-id: http://svn.osgeo.org/geos/trunk@3883 5242fede-7e19-0410-aef8-94bd7d2200fb
  • Loading branch information
robe2 committed Aug 14, 2013
1 parent aef8f54 commit db13252
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH "${geos_SOURCE_DIR}/cmake/modules")
# GEOS release version
# GEOS C++ library SONAME will use these encoding ABI break at every release
set(VERSION_MAJOR 3)
set(VERSION_MINOR 4)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0dev)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand All @@ -37,9 +37,9 @@ set(JTS_PORT 1.12.0)
message(STATUS "Setting GEOS version ${VERSION} as port of JTS ${JTS_PORT}")

# GEOS C API version
set(CAPI_INTERFACE_CURRENT 9)
set(CAPI_INTERFACE_CURRENT 10)
set(CAPI_INTERFACE_REVISION 0)
set(CAPI_INTERFACE_AGE 8)
set(CAPI_INTERFACE_AGE 9)

math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")
set(CAPI_VERSION_MINOR ${CAPI_INTERFACE_AGE})
Expand Down
3 changes: 3 additions & 0 deletions HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- VERSION_MINOR for NEW interfaces in the C lib
- VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
[ THIS MUST BE CAREFULLY AVOIDED ]
- In main CMakeLists.txt main one
- VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
- CAPI_INTERFACE_*

13: Update wiki page http://trac.osgeo.org/geos/ at Download section
- Add latest release
Expand Down

0 comments on commit db13252

Please sign in to comment.