From 52eb54c922aa652ab6df11eff4691b8e299e9dfd Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 26 Aug 2021 05:03:26 +0200 Subject: Update ABI numbers for 8.1.1 release --- CMakeLists.txt | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42a3bf14..ecea1ede 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 "23.0.1") +set(PROJ_BUILD_VERSION "23.1.1") ################################################################################ # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index f4499c73..9f7c1cf8 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 23:0:1 +libproj_la_LDFLAGS = -no-undefined -version-info 23:1:1 libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ libproj_la_SOURCES = \ -- cgit v1.2.3