aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-01 13:21:12 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-01 13:21:12 +0100
commit316ea22bd2b7489c22f955368ee800dccc83375d (patch)
treeacb08365cc7279a7e1c38338ff42d54575e0521e /CMakeLists.txt
parentbd3702ed9970415bae10231223b40a988592e820 (diff)
downloadPROJ-316ea22bd2b7489c22f955368ee800dccc83375d.tar.gz
PROJ-316ea22bd2b7489c22f955368ee800dccc83375d.zip
Bump version numbers in anticipation of 8.1.0 release
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 1f9cfafc..66c5027f 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 1 PATCH 0)
set(PROJ_API_VERSION "22")
set(PROJ_BUILD_VERSION "22.0.0")