From a3c114a507e5f7f2783e521d68c4720d7944184f Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 8 Jun 2018 09:34:36 +0200 Subject: CMake: bump PROJ version to 5.1.0 Align version with the one defined in configure.ac. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a281bb9..c9519928 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 0 PATCH 0) +proj_version(MAJOR 5 MINOR 1 PATCH 0) set(PROJ_API_VERSION "14") set(PROJ_BUILD_VERSION "14.0.1") -- cgit v1.2.3