aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-01 13:21:12 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-01 13:21:12 +0100
commit316ea22bd2b7489c22f955368ee800dccc83375d (patch)
treeacb08365cc7279a7e1c38338ff42d54575e0521e /configure.ac
parentbd3702ed9970415bae10231223b40a988592e820 (diff)
downloadPROJ-316ea22bd2b7489c22f955368ee800dccc83375d.tar.gz
PROJ-316ea22bd2b7489c22f955368ee800dccc83375d.zip
Bump version numbers in anticipation of 8.1.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 cc138aaa..3e28bbf1 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.1.0],
[https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)