aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-11-21 19:49:22 +0100
committerJay Berkenbilt <ejb@ql.org>2020-11-21 19:50:02 +0100
commit78b9d6bfd4cbd3e947b1c5ffe73eb97b040e312a (patch)
tree7941e812fbb26c38201eafbddd7afb006fe13e69 /configure.ac
parent9d6448157175d8e03a42d6942d4c058b93daf42b (diff)
downloadqpdf-78b9d6bfd4cbd3e947b1c5ffe73eb97b040e312a.tar.zst
Prepare 10.0.4 releaserelease-qpdf-10.0.4
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 b60f320c..396284c6 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.3])
+AC_INIT([qpdf],[10.0.4])
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=3
+LT_REVISION=4
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)