From 07754f7caeac06ef5eec0ee8b6d2ce1d6d557aed Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 28 Apr 2021 10:31:28 +0200 Subject: Update ABI numbers for 8.0.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 1f9cfafc..ef2c6b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ message(STATUS "Configuring PROJ:") include(ProjVersion) proj_version(MAJOR 8 MINOR 0 PATCH 0) set(PROJ_API_VERSION "22") -set(PROJ_BUILD_VERSION "22.0.0") +set(PROJ_BUILD_VERSION "22.1.0") ################################################################################ # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index 260b2ab9..db406e03 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 22:1:0 libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ libproj_la_SOURCES = \ -- cgit v1.2.3