aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-08-26 14:04:43 +0200
committerKristian Evers <kristianevers@gmail.com>2019-08-26 14:04:43 +0200
commitaac38008df0054c3c501a4a5be59d32f31792d3f (patch)
tree4d1c139b6094f0a2a65648b2d894bfadcd09e6e4 /configure.ac
parent311120c27a25834cfa239ec569023d364709fffb (diff)
downloadPROJ-aac38008df0054c3c501a4a5be59d32f31792d3f.tar.gz
PROJ-aac38008df0054c3c501a4a5be59d32f31792d3f.zip
Update API numbers in preparation for 6.2.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 dc09054e..a3d0d021 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.1.0],
+AC_INIT([PROJ], [6.2.0],
[https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)