aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-02-02 03:29:40 +0100
committerJay Berkenbilt <ejb@ql.org>2019-02-02 04:25:25 +0100
commit03074ca5a071527f85954d02081413a6b4e0d020 (patch)
tree6da7639ef38ce049377717b3608145154c6e4fac /configure.ac
parent38a6cf886694abc67703604986cdeaf1ac9d20d5 (diff)
downloadqpdf-03074ca5a071527f85954d02081413a6b4e0d020.tar.zst
Prepare 8.4.0 release
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 d1c5ac16..ff195417 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.3.0])
+AC_INIT([qpdf],[8.4.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -51,8 +51,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=24
-LT_AGE=3
+LT_CURRENT=25
+LT_AGE=4
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)