aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 15:50:23 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 16:41:58 +0100
commitb5e937397c27d522dcedc17647ad75e88f0f5027 (patch)
tree61bcce3b919094bfc487adc1cb4e1ca5aa0a9dc9 /configure.ac
parentfb86d2819e2f75abb084da8ff910a12d5b5382e6 (diff)
downloadqpdf-b5e937397c27d522dcedc17647ad75e88f0f5027.tar.zst
Prepare 10.2.0 releaserelease-qpdf-10.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 96fdef4d..188cc06e 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.1.0])
+AC_INIT([qpdf],[10.2.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -52,8 +52,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=29
-LT_AGE=1
+LT_CURRENT=30
+LT_AGE=2
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)