aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-12-26 15:40:19 +0100
committerKristian Evers <kristianevers@gmail.com>2021-12-26 16:31:09 +0100
commiteef9afe4ff3eeed9f75f8648369ca2729d33c3a7 (patch)
treed2ee7ae36edf4671597e0c5de0836ea0656601c9 /CMakeLists.txt
parent08186f8b448f37798207c7835150e817d5c843e1 (diff)
downloadPROJ-eef9afe4ff3eeed9f75f8648369ca2729d33c3a7.tar.gz
PROJ-eef9afe4ff3eeed9f75f8648369ca2729d33c3a7.zip
Update ABI numbers for 8.2.1 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1416fa9..8ac6d0cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,7 @@ 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 24)
-set(PROJ_LIBTOOL_REVISION 0)
+set(PROJ_LIBTOOL_REVISION 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}")