aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-24 18:28:03 +0200
committerKristian Evers <kristianevers@gmail.com>2018-05-24 18:28:03 +0200
commit62960c27e44ba1259bad509740a0a8b0925caa5e (patch)
treebe6fa2aedc1559d76e5214cfe1f9f6b82154aa5a /configure.ac
parenta45ad8cb7a9ad4c6ac554005d4aa4534e3c2b93a (diff)
downloadPROJ-62960c27e44ba1259bad509740a0a8b0925caa5e.tar.gz
PROJ-62960c27e44ba1259bad509740a0a8b0925caa5e.zip
Update version numbers for 5.1.0 release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e47e6b46..495fb037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([PROJ], [5.0.0],
+AC_INIT([PROJ], [5.1.0],
[https://github.com/OSGeo/proj.4/issues], proj, [http://proj4.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)