aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Karney <ckarney@karney.com>2016-02-15 18:24:34 -0500
committerCharles Karney <ckarney@karney.com>2016-02-15 18:24:34 -0500
commit16df65976714747f2ab5fb73a47327970ccd723f (patch)
tree834e9299b27426fa3e53a75ca195df1189fdf997 /CMakeLists.txt
parenta12bfb7c207449c9768fa7591684a0240d2e6898 (diff)
downloadPROJ-16df65976714747f2ab5fb73a47327970ccd723f.tar.gz
PROJ-16df65976714747f2ab5fb73a47327970ccd723f.zip
Upgrade geodesic library from GeographicLib 1.46.
* upgrade geodesic.[ch3] * add test suite geodtest.c and invoke via cmake's add_test * increment version to 4.9.3 and library version to 11.0.0
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 a6c281a3..9ad9417e 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 2)
-set(PROJ_API_VERSION "10")
-set(PROJ_BUILD_VERSION "10.0.0")
+proj_version(MAJOR 4 MINOR 9 PATCH 3)
+set(PROJ_API_VERSION "11")
+set(PROJ_BUILD_VERSION "11.0.0")
#################################################################################
# Build features and variants