diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-16 08:20:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-16 08:20:06 +0100 |
| commit | d598883577454d74247794d60b3f374a90914f45 (patch) | |
| tree | a1ae7eb75342f2e03c358bd3c7baf9752397abdb /CMakeLists.txt | |
| parent | d71979aff3d4be5b8a513d9c60b25bae804df9eb (diff) | |
| parent | 9dfa390ca5b404f9b5f988e98d058f00f1cad086 (diff) | |
| download | PROJ-d598883577454d74247794d60b3f374a90914f45.tar.gz PROJ-d598883577454d74247794d60b3f374a90914f45.zip | |
Merge pull request #1267 from kbevers/release-prep
6.0.0 Release prep
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 d4524a7b..670f67e7 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 |
