aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-06-25 08:44:22 +0200
committerKristian Evers <kristianevers@gmail.com>2021-06-25 08:44:22 +0200
commit8fb12787fc264aedcecac9ee5d428a6608f0ccdf (patch)
tree40d0c10317d1c263398666c50a5561b85a5699cd
parent9d1bc0b3d41120147143657993e0264762f0f94f (diff)
downloadPROJ-8fb12787fc264aedcecac9ee5d428a6608f0ccdf.tar.gz
PROJ-8fb12787fc264aedcecac9ee5d428a6608f0ccdf.zip
Update ABI numbers for 8.1.0 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 bb1fdf93..42a3bf14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,7 +112,7 @@ message(STATUS "Configuring PROJ:")
include(ProjVersion)
proj_version(MAJOR 8 MINOR 1 PATCH 0)
set(PROJ_API_VERSION "22")
-set(PROJ_BUILD_VERSION "22.0.0")
+set(PROJ_BUILD_VERSION "23.0.1")
################################################################################
# Build features and variants
diff --git a/src/Makefile.am b/src/Makefile.am
index 2332a750..f4499c73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,7 @@ geodtest_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 22:0:0
+libproj_la_LDFLAGS = -no-undefined -version-info 23:0:1
libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@
libproj_la_SOURCES = \