aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-01 13:04:30 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-07-01 13:04:47 +0200
commit42cd77130675504b6a1db5b128b41c8d5df19f9d (patch)
tree0010d31d8b416d0fc4b5f0c2e66f209431d7be2c /configure.ac
parentbb15481e667570bf49e5b3f94fc284dbd494d253 (diff)
downloadPROJ-42cd77130675504b6a1db5b128b41c8d5df19f9d.tar.gz
PROJ-42cd77130675504b6a1db5b128b41c8d5df19f9d.zip
Update version numbers
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 a47ba651..542de4d2 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], [7.1.0],
+AC_INIT([PROJ], [7.2.0],
[https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)