aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-06-30 22:38:43 +0200
committerKristian Evers <kristianevers@gmail.com>2021-06-30 22:38:43 +0200
commitd41c10c9e1e787a521a3841605a2e6024649eb3f (patch)
treec464f12258ad308eed3728c23058b1c219af5627 /CMakeLists.txt
parent5e1a78c5d636546effa5daf7469781b5876ba6c7 (diff)
downloadPROJ-d41c10c9e1e787a521a3841605a2e6024649eb3f.tar.gz
PROJ-d41c10c9e1e787a521a3841605a2e6024649eb3f.zip
Bump version numbers in anticipation of 8.2.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42a3bf14..aeb2a916 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 1 PATCH 0)
+proj_version(MAJOR 8 MINOR 2 PATCH 0)
set(PROJ_API_VERSION "22")
set(PROJ_BUILD_VERSION "23.0.1")