aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.*