aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-27 16:50:02 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-27 16:57:48 +0100
commitda7540794a71baa274516632e6c4b6ea7b7b6f09 (patch)
tree936c67c4cb9f1df2c867065467f64abc6a5d73f9 /configure.ac
parent09bd1fafb131020a81e6519f65e9ba58d7a09abd (diff)
downloadqpdf-da7540794a71baa274516632e6c4b6ea7b7b6f09.tar.zst
Prepare 10.0.2 releaserelease-qpdf-10.0.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 22a699a7..bee69641 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.1])
+AC_INIT([qpdf],[10.0.2])
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=1
+LT_REVISION=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)