aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-01 19:25:43 +0100
committerKristian Evers <kristianevers@gmail.com>2019-03-01 19:25:43 +0100
commita6add0dc054a55334ee880d83aca8c19510ab858 (patch)
tree250c44b0273288e0cef3cbcbe5176b0fd3cc4b4f /CMakeLists.txt
parente03bfb35013fc0ab1843c906806f8e162db4a59d (diff)
downloadPROJ-a6add0dc054a55334ee880d83aca8c19510ab858.tar.gz
PROJ-a6add0dc054a55334ee880d83aca8c19510ab858.zip
Bump version numbers in preparation for 6.1.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 670f67e7..6f240dbb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(ProjVersion)
-proj_version(MAJOR 6 MINOR 0 PATCH 0)
+proj_version(MAJOR 6 MINOR 1 PATCH 0)
set(PROJ_API_VERSION "15")
set(PROJ_BUILD_VERSION "15.0.0")