diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-02-17 11:49:44 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-17 21:02:57 +0100 |
| commit | 689dca11da18bf455e2a8b7640e7dcf6033441c2 (patch) | |
| tree | b92de7c60bc487def9e7da851fff1b9c2f5250d5 | |
| parent | c4878eac38d7d2bd37c87ff4c4007b4b67d09a25 (diff) | |
| download | PROJ-689dca11da18bf455e2a8b7640e7dcf6033441c2.tar.gz PROJ-689dca11da18bf455e2a8b7640e7dcf6033441c2.zip | |
Update ABI version numbers for 7.0.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 76d2c407..8d1441df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,8 +101,8 @@ message(STATUS "Configuring PROJ:") ################################################################################ include(ProjVersion) proj_version(MAJOR 7 MINOR 0 PATCH 0) -set(PROJ_API_VERSION "18") -set(PROJ_BUILD_VERSION "18.0.3") +set(PROJ_API_VERSION "19") +set(PROJ_BUILD_VERSION "19.0.0") ################################################################################ # Build features and variants diff --git a/src/Makefile.am b/src/Makefile.am index 291bc21e..fb4a104f 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 18:0:3 +libproj_la_LDFLAGS = -no-undefined -version-info 19:0:0 libproj_la_LIBADD = @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ libproj_la_SOURCES = \ |
