aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-01-10 11:41:29 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-01 21:15:02 +0100
commit4ffec0f7a70f344e34b9863ca8e07b88178f4241 (patch)
tree8c249fcf6a5b6b459ee042138704a3edbb78a414 /CMakeLists.txt
parentb7a09245e753b708eff4b105297a93c106bf0119 (diff)
downloadPROJ-4ffec0f7a70f344e34b9863ca8e07b88178f4241.tar.gz
PROJ-4ffec0f7a70f344e34b9863ca8e07b88178f4241.zip
Bump various version numbers in preparation for v. 5.0.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f998011..1d1baef0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,9 +49,9 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(Proj4Version)
-proj_version(MAJOR 4 MINOR 9 PATCH 3)
-set(PROJ_API_VERSION "12")
-set(PROJ_BUILD_VERSION "12.0.0")
+proj_version(MAJOR 5 MINOR 0 PATCH 0)
+set(PROJ_API_VERSION "13")
+set(PROJ_BUILD_VERSION "13.0.1")
#################################################################################
# Build features and variants