aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-06-20 17:20:33 +0200
committerKristian Evers <kristianevers@gmail.com>2018-06-20 17:20:33 +0200
commit292d6f045546e3e3b915602e97fcdde9d469cd9d (patch)
tree842574ba2fda3b2b047d75c6a7eaa012e53314ce
parent25aba111b19076e13168426733877c87beb9d520 (diff)
downloadPROJ-292d6f045546e3e3b915602e97fcdde9d469cd9d.tar.gz
PROJ-292d6f045546e3e3b915602e97fcdde9d469cd9d.zip
Raise version number to 5.2.0 in CMake config
Add instruction to HOWTO-RELEASE as well so it is remembered in the future.
-rw-r--r--CMakeLists.txt2
-rw-r--r--HOWTO-RELEASE1
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9519928..1b055db8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(ProjVersion)
-proj_version(MAJOR 5 MINOR 1 PATCH 0)
+proj_version(MAJOR 5 MINOR 2 PATCH 0)
set(PROJ_API_VERSION "14")
set(PROJ_BUILD_VERSION "14.0.1")
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 3df36eec..4305f201 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -230,6 +230,7 @@ version numbers in the files.
PROJ_VERSION_PATCH.
- src/proj_api.h: Update PJ_VERSION.
- src/pj_release.c: Update date to the scheduled release date.
+ - CMakelists.txt: Update proj_version()
*Commit changes to master branch.*