aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-31 18:45:35 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-31 18:47:03 +0100
commitfbe40b800d4f6aae54068ead6873273e0fe48792 (patch)
treeba57da2f12cb423fbcd9e4198878e5e3ed1cb5d6 /configure.ac
parent52e07c813cef88d505764443415d2e3c2489890a (diff)
downloadqpdf-fbe40b800d4f6aae54068ead6873273e0fe48792.tar.zst
Prepare 10.0.3 releaserelease-qpdf-10.0.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 bee69641..b60f320c 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.0.2])
+AC_INIT([qpdf],[10.0.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -54,7 +54,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=28
LT_AGE=0
-LT_REVISION=2
+LT_REVISION=3
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)