aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-21 19:01:14 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-28 02:44:20 +0200
commita323f6f49f5ba2c7bef6e95706215113420e591e (patch)
tree86543c30468e1ccd500e5a3c351690f265df10f8 /configure.ac
parent03e27709f32ebc83b1c351da5c03ffb2d18f28da (diff)
downloadqpdf-a323f6f49f5ba2c7bef6e95706215113420e591e.tar.zst
Prepare 8.4.1 releaserelease-qpdf-8.4.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 ff195417..47586f1c 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.0])
+AC_INIT([qpdf],[8.4.1])
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=0
+LT_REVISION=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)