aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-16 17:29:32 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-16 17:53:10 +0200
commit5e9e17e62ad26648121b31be7c5d0c41b9a1c204 (patch)
tree15a8dbe89eb3b070d4bbc94e3ab2c5dab515968e /configure.ac
parent643a221914b2c816cb749b91d0a0ab0269dfd516 (diff)
downloadqpdf-5e9e17e62ad26648121b31be7c5d0c41b9a1c204.tar.zst
Prepare 8.2.0 releaserelease-qpdf-8.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 423e2e2d..c0f7e4ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.68])
-AC_INIT([qpdf],[8.1.0])
+AC_INIT([qpdf],[8.2.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -29,8 +29,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=22
-LT_AGE=1
+LT_CURRENT=23
+LT_AGE=2
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)