From 9399b64afa2d53fbfcd9681de6d0504e385ef836 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 6 Jan 2021 13:51:51 +0100 Subject: CMakeLists.txt: update proj_version() to 7.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe68a337..9debf9df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ message(STATUS "Configuring PROJ:") #PROJ version information ################################################################################ include(ProjVersion) -proj_version(MAJOR 7 MINOR 2 PATCH 0) +proj_version(MAJOR 7 MINOR 2 PATCH 1) set(PROJ_API_VERSION "19") set(PROJ_BUILD_VERSION "21.1.2") -- cgit v1.2.3