aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-10-26 21:00:19 +0200
committerKristian Evers <kristianevers@gmail.com>2021-10-26 21:00:19 +0200
commit9d813991c626b519742c32d9bc9466371eb5c29f (patch)
tree5cadfa6f126b416a8ee3cd4a5a425f1cc9d0249a /CMakeLists.txt
parent0fe32d249fd3801429fa08a057639128d99c5e45 (diff)
downloadPROJ-9d813991c626b519742c32d9bc9466371eb5c29f.tar.gz
PROJ-9d813991c626b519742c32d9bc9466371eb5c29f.zip
Update ABI numbers for 8.2.0 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f05465a..661b3f6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,9 +113,9 @@ include(ProjVersion)
proj_version(MAJOR 8 MINOR 2 PATCH 0)
# Use libtool convention to build the CMake's VERSION and SOVERSION
# See https://github.com/pvanhoof/dir-examples#cmake-in-the-cmake-example
-set(PROJ_LIBTOOL_CURRENT 23)
+set(PROJ_LIBTOOL_CURRENT 24)
set(PROJ_LIBTOOL_REVISION 0)
-set(PROJ_LIBTOOL_AGE 1)
+set(PROJ_LIBTOOL_AGE 2)
math(EXPR PROJ_API_VERSION "${PROJ_LIBTOOL_CURRENT} - ${PROJ_LIBTOOL_AGE}")
set(PROJ_BUILD_VERSION "${PROJ_API_VERSION}.${PROJ_LIBTOOL_AGE}.${PROJ_LIBTOOL_REVISION}")