aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-05-18 14:56:37 +0200
committerJay Berkenbilt <ejb@ql.org>2019-05-18 14:56:37 +0200
commitb1a78be1a8a09031c544daa48e9c7e1f95a18e80 (patch)
tree6d60e07240047bfb12b59486a03964395a2b83d3 /configure.ac
parente61ee88dd27c228fe74537866012ef9afdb7d16e (diff)
downloadqpdf-b1a78be1a8a09031c544daa48e9c7e1f95a18e80.tar.zst
Prepare 8.4.2 release
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 47586f1c..1a474011 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.4.1])
+AC_INIT([qpdf],[8.4.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -53,7 +53,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=25
LT_AGE=4
-LT_REVISION=1
+LT_REVISION=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)