aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-26 13:15:14 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-26 13:15:14 +0100
commit78ad4ad180e27ced6820e2f8c5e269f78adb5a36 (patch)
tree87a155c0fc57d00bd2f17d10030c392d659064ab /configure.ac
parent39ad799e2d4fa1ee0b6cddad819d6660665c7894 (diff)
downloadqpdf-78ad4ad180e27ced6820e2f8c5e269f78adb5a36.tar.zst
Bump version to 10.6.3
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 490dec81..c19256a5 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.6.2])
+AC_INIT([qpdf],[10.6.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -64,7 +64,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=34
LT_AGE=6
-LT_REVISION=2
+LT_REVISION=3
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)