aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2015-09-08 10:35:12 -0500
committerHoward Butler <howard@hobu.co>2015-09-08 10:35:12 -0500
commit6d764c100bcd17018852893401f6c056ba91e4ee (patch)
treeff041a3abd78ac6b0607f1fa89ac7c5bcab87cb8 /CMakeLists.txt
parentd3ac6673f08c294a18fd301854f035ecfbe7bc1e (diff)
downloadPROJ-6d764c100bcd17018852893401f6c056ba91e4ee.tar.gz
PROJ-6d764c100bcd17018852893401f6c056ba91e4ee.zip
Increment version to 4.9.2 in preparation for release
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 6b3734b0..8bd0f260 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,9 +31,9 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(Proj4Version)
-proj_version(MAJOR 4 MINOR 9 PATCH 1)
-set(PROJ_API_VERSION "9")
-set(PROJ_BUILD_VERSION "9.0.0")
+proj_version(MAJOR 4 MINOR 9 PATCH 2)
+set(PROJ_API_VERSION "10")
+set(PROJ_BUILD_VERSION "10.0.1")
#################################################################################
# Build features and variants