aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-01 22:02:54 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-01 22:02:54 +0100
commitfd377df0d12d4127ed277f4f3c11a4122eab3ccf (patch)
treeb0cc9e13fa910a2580b2f524930207987c189064 /configure.ac
parenta1e8314d97cacca325161efbe8d2ac9bdfdc36ad (diff)
downloadPROJ-fd377df0d12d4127ed277f4f3c11a4122eab3ccf.tar.gz
PROJ-fd377df0d12d4127ed277f4f3c11a4122eab3ccf.zip
Bump version numbers in preparation for 7.0.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 0ea8e04a..e9274621 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.3.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)