aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-18 16:56:19 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-18 16:56:19 +0200
commit6ee761fc860fe6b22d8c46f250d09b8cfdd1986f (patch)
treeb7f4e252e0ff6b1ad9e43a05279c94931293aecc /configure.ac
parent28453a4908be35de9b8156c7375bd1346d4281d7 (diff)
downloadqpdf-6ee761fc860fe6b22d8c46f250d09b8cfdd1986f.tar.zst
Prepare 8.2.1 releaserelease-qpdf-8.2.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c0f7e4ef..199feeed 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.2.0])
+AC_INIT([qpdf],[8.2.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -31,7 +31,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=23
LT_AGE=2
-LT_REVISION=0
+LT_REVISION=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)