summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-16 21:19:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-16 21:44:09 +0100
commitce7db05d22d37ec90f8a213152f3e5d7c8d08a8d (patch)
treec4a4b0525ab2be73701d6f167a7a0f7495e05dfe /configure.ac
parent07ebfb74f916f4653e5189eacfb34c2b01a06be4 (diff)
downloadqpdf-ce7db05d22d37ec90f8a213152f3e5d7c8d08a8d.tar.zst
Prepare 10.4.0 releaserelease-qpdf-10.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 76891e07..8d81ac3a 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],[10.3.2])
+AC_INIT([qpdf],[10.4.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -52,9 +52,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=31
-LT_AGE=3
-LT_REVISION=2
+LT_CURRENT=32
+LT_AGE=4
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)