diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-10-26 14:32:19 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-10-26 14:32:19 +0100 |
| commit | 91a767b0cdebba317e20abdcee6bfa444cfe8455 (patch) | |
| tree | 5e60ab0dc122159c6670b96a2d22509794eed87b /CMakeLists.txt | |
| parent | 16a8e74ca0a4733c2dc2b34a2f6bf5e44030055a (diff) | |
| download | PROJ-91a767b0cdebba317e20abdcee6bfa444cfe8455.tar.gz PROJ-91a767b0cdebba317e20abdcee6bfa444cfe8455.zip | |
Use correct PROJ_API_VERSION following updated procedure in HOWTORELEASE
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52de54cc..8213c19a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ message(STATUS "Configuring PROJ:") ################################################################################ include(ProjVersion) proj_version(MAJOR 7 MINOR 2 PATCH 0) -set(PROJ_API_VERSION "21") +set(PROJ_API_VERSION "19") set(PROJ_BUILD_VERSION "21.0.2") ################################################################################ |
