diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-04-28 13:13:26 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-04-28 13:13:26 +0200 |
| commit | 4aa56f2d0ecc8e0a7540b069710db34e16415af2 (patch) | |
| tree | d397330fe3bcebcaf74b8ce6db2fec244d38e0ce /CMakeLists.txt | |
| parent | ff63939f9b0498a2c711f030751b16ff23f4c8ca (diff) | |
| download | PROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.tar.gz PROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.zip | |
Update version numbers for 8.0.18.0.1
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 ef2c6b03..f7a0c038 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ message(STATUS "Configuring PROJ:") #PROJ version information ################################################################################ include(ProjVersion) -proj_version(MAJOR 8 MINOR 0 PATCH 0) +proj_version(MAJOR 8 MINOR 0 PATCH 1) set(PROJ_API_VERSION "22") set(PROJ_BUILD_VERSION "22.1.0") |
