aboutsummaryrefslogtreecommitdiff
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 15:40:30 +0100
commit631e80d4262bcfdb2cc326cc1762aeed15a6084b (patch)
treebc406dd90f8102ccb6e7df69854dac6224d0e83b
parentac3ac2f27e74aba6ac79a07f89a6be159c87e5fe (diff)
downloadPROJ-631e80d4262bcfdb2cc326cc1762aeed15a6084b.tar.gz
PROJ-631e80d4262bcfdb2cc326cc1762aeed15a6084b.zip
Update ABI numbers for 8.2.1 release
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1db32a75..644f588f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,7 @@ proj_version(MAJOR 8 MINOR 2 PATCH 1)
# 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}")
diff --git a/src/Makefile.am b/src/Makefile.am
index 03d0db74..85c22050 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,7 @@ geodtest_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 24:0:2
+libproj_la_LDFLAGS = -no-undefined -version-info 24:1:2
libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@
libproj_la_SOURCES = \