summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-09 17:48:26 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-09 17:48:26 +0200
commit821a70185135df50a28ad92733f82fbe5b562556 (patch)
treec58d7fcf7990f3dfee7d2cb848f4f3e2383a67e1 /configure.ac
parent0c1122a729db2863b49bd4c4252a8997a0d4c787 (diff)
downloadqpdf-821a70185135df50a28ad92733f82fbe5b562556.tar.zst
Prepare 10.0.1 releaserelease-qpdf-10.0.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 62836f3f..9a887b90 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.0])
+AC_INIT([qpdf],[10.0.1])
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=0
+LT_REVISION=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)