aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-09-01 09:31:36 +0200
committerKristian Evers <kristianevers@gmail.com>2019-09-01 09:31:36 +0200
commitdbfe811f18c4616df12e3360dc9f4750f7c42cb6 (patch)
tree580d181f7ddffffd6554b59a8392ddde8da06a98 /configure.ac
parentf059b90ab4c52a67344886a76deecaeb53299ebd (diff)
downloadPROJ-dbfe811f18c4616df12e3360dc9f4750f7c42cb6.tar.gz
PROJ-dbfe811f18c4616df12e3360dc9f4750f7c42cb6.zip
Update version numbers in preparation for 7.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 a3d0d021..a5edd13c 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], [6.2.0],
+AC_INIT([PROJ], [7.0.0],
[https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)