diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-14 23:09:10 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-02-14 23:09:10 +0100 |
| commit | 451c7621ab26e246d350ef18405fa58fccfae111 (patch) | |
| tree | d3fedbe7a1d020dfe9cf893dc950f02ec80e985b /CMakeLists.txt | |
| parent | a813ad65cfb819bfa295dfbacdf577b258377c93 (diff) | |
| download | PROJ-451c7621ab26e246d350ef18405fa58fccfae111.tar.gz PROJ-451c7621ab26e246d350ef18405fa58fccfae111.zip | |
Bump ABI version number
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e71d662e..7d969873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,8 @@ colormsg(_HIBLUE_ "Configuring PROJ:") ################################################################################# include(ProjVersion) proj_version(MAJOR 6 MINOR 0 PATCH 0) -set(PROJ_API_VERSION "14") -set(PROJ_BUILD_VERSION "14.0.2") +set(PROJ_API_VERSION "15") +set(PROJ_BUILD_VERSION "15.0.0") ################################################################################# # Build features and variants |
