aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-05-08 16:05:26 +0200
committerJay Berkenbilt <ejb@ql.org>2021-05-08 16:41:14 +0200
commitbddebdb0eace5641d69230820df3dd4733a99386 (patch)
treefe4d4d92392135c1870514233c54a2e9d5fd84d1 /configure.ac
parent98fe680a75a7cfee59a3544da39d8bb1966042c0 (diff)
downloadqpdf-bddebdb0eace5641d69230820df3dd4733a99386.tar.zst
Prepare 10.3.2 releaserelease-qpdf-10.3.2
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 a1c4e5fb..612a049b 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.1])
+AC_INIT([qpdf],[10.3.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -54,7 +54,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=31
LT_AGE=3
-LT_REVISION=1
+LT_REVISION=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)