diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-27 10:21:21 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-04-27 10:21:21 +0200 |
| commit | 865621bfd8b36fe9bfc33ce1df198c7c6d19ffe0 (patch) | |
| tree | a1f258d55535d2db3c65d5bf3e01dca818bcc4f3 | |
| parent | 44ef1c9682041fc8f861e957fb304591e316dcc1 (diff) | |
| download | PROJ-865621bfd8b36fe9bfc33ce1df198c7c6d19ffe0.tar.gz PROJ-865621bfd8b36fe9bfc33ce1df198c7c6d19ffe0.zip | |
Update ABI numbers for 7.0.1
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fc6ce6a..32a656de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ message(STATUS "Configuring PROJ:") include(ProjVersion) proj_version(MAJOR 7 MINOR 0 PATCH 0) set(PROJ_API_VERSION "19") -set(PROJ_BUILD_VERSION "19.0.0") +set(PROJ_BUILD_VERSION "19.1.0") ################################################################################ # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index fb4a104f..68d61ffe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,7 +52,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 19:0:0 +libproj_la_LDFLAGS = -no-undefined -version-info 19:1:0 libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ libproj_la_SOURCES = \ |
