diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-10-26 14:32:19 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-10-28 12:22:26 +0100 |
| commit | 9537bcd93223bd2d52313db7fcc91b6fb6ecd6ff (patch) | |
| tree | 5e60ab0dc122159c6670b96a2d22509794eed87b | |
| parent | 46939ba0b2806968fb28931885fe515c95e09273 (diff) | |
| download | PROJ-9537bcd93223bd2d52313db7fcc91b6fb6ecd6ff.tar.gz PROJ-9537bcd93223bd2d52313db7fcc91b6fb6ecd6ff.zip | |
Use correct PROJ_API_VERSION following updated procedure in HOWTORELEASE
| -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") ################################################################################ |
