diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-10-26 21:00:19 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-10-26 21:00:19 +0200 |
| commit | 9d813991c626b519742c32d9bc9466371eb5c29f (patch) | |
| tree | 5cadfa6f126b416a8ee3cd4a5a425f1cc9d0249a | |
| parent | 0fe32d249fd3801429fa08a057639128d99c5e45 (diff) | |
| download | PROJ-9d813991c626b519742c32d9bc9466371eb5c29f.tar.gz PROJ-9d813991c626b519742c32d9bc9466371eb5c29f.zip | |
Update ABI numbers for 8.2.0 release
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f05465a..661b3f6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,9 +113,9 @@ include(ProjVersion) proj_version(MAJOR 8 MINOR 2 PATCH 0) # Use libtool convention to build the CMake's VERSION and SOVERSION # See https://github.com/pvanhoof/dir-examples#cmake-in-the-cmake-example -set(PROJ_LIBTOOL_CURRENT 23) +set(PROJ_LIBTOOL_CURRENT 24) set(PROJ_LIBTOOL_REVISION 0) -set(PROJ_LIBTOOL_AGE 1) +set(PROJ_LIBTOOL_AGE 2) math(EXPR PROJ_API_VERSION "${PROJ_LIBTOOL_CURRENT} - ${PROJ_LIBTOOL_AGE}") set(PROJ_BUILD_VERSION "${PROJ_API_VERSION}.${PROJ_LIBTOOL_AGE}.${PROJ_LIBTOOL_REVISION}") diff --git a/src/Makefile.am b/src/Makefile.am index 1e847080..03d0db74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,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 24:0:2 libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ libproj_la_SOURCES = \ |
