summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-20 19:05:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-20 20:51:46 +0100
commit04745320d651e07cf6c127b6c893289ea0ca6933 (patch)
treefc8d068e8058c743c5364579ca3d232f7bb3f90a /configure.ac
parentd866f480813169208efba0e4f32ecde4a5b54ebc (diff)
downloadqpdf-04745320d651e07cf6c127b6c893289ea0ca6933.tar.zst
Prepare 10.5.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 5e868dce..f5f789f4 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.4.0])
+AC_INIT([qpdf],[10.5.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=32
-LT_AGE=4
+LT_CURRENT=33
+LT_AGE=5
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)