From 2058fffadb80a0d914f973bd0141aebc6c8298ad Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 27 Apr 2020 10:22:56 +0200 Subject: Update ABI numbers for 6.3.2 --- CMakeLists.txt | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59d1682a..1ff303bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:") include(ProjVersion) proj_version(MAJOR 6 MINOR 3 PATCH 1) set(PROJ_API_VERSION "18") -set(PROJ_BUILD_VERSION "18.1.3") +set(PROJ_BUILD_VERSION "18.2.3") ################################################################################ # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index 07465bb2..4de05c49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 18:1:3 +libproj_la_LDFLAGS = -no-undefined -version-info 18:2:3 libproj_la_LIBADD = @SQLITE3_LIBS@ libproj_la_SOURCES = \ -- cgit v1.2.3