aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-11 18:59:41 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-11 18:59:41 +0100
commit3f05429cc559a8cf4b87f98c6b0e416d3183228d (patch)
treed4130631cbc9b1b56361df1c35e4bfc8a85c3852 /configure.ac
parentfb16c546b50fbb7c333253fd33e725ba75e7704d (diff)
downloadqpdf-3f05429cc559a8cf4b87f98c6b0e416d3183228d.tar.zst
Prepare 10.3.1 releaserelease-qpdf-10.3.1
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 966b327f..7cf58123 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.0])
+AC_INIT([qpdf],[10.3.1])
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=0
+LT_REVISION=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)