aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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 = \