aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-04-28 13:13:26 +0200
committerKristian Evers <kristianevers@gmail.com>2021-04-28 13:13:26 +0200
commit4aa56f2d0ecc8e0a7540b069710db34e16415af2 (patch)
treed397330fe3bcebcaf74b8ce6db2fec244d38e0ce /configure.ac
parentff63939f9b0498a2c711f030751b16ff23f4c8ca (diff)
downloadPROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.tar.gz
PROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.zip
Update version numbers for 8.0.18.0.1
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 cc138aaa..8079c87f 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], [8.0.0],
+AC_INIT([PROJ], [8.0.1],
[https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)