aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-01-10 11:41:29 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-01 21:15:02 +0100
commit4ffec0f7a70f344e34b9863ca8e07b88178f4241 (patch)
tree8c249fcf6a5b6b459ee042138704a3edbb78a414 /configure.ac
parentb7a09245e753b708eff4b105297a93c106bf0119 (diff)
downloadPROJ-4ffec0f7a70f344e34b9863ca8e07b88178f4241.tar.gz
PROJ-4ffec0f7a70f344e34b9863ca8e07b88178f4241.zip
Bump various version numbers in preparation for v. 5.0.0
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 e99389ee..072b27d0 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.4 Projections], 4.9.3, [warmerdam@pobox.com], proj)
+AC_INIT([PROJ.4 Projections], 5.0.0, [warmerdam@pobox.com], proj)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)