aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-06 17:27:01 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-06 17:30:15 +0200
commit1e629c278a8953d4262235830ecb1456086210f8 (patch)
treed0ca6acb3fc0bbc6047db8d160359f2be94c1c0a /configure.ac
parent222ec049902e12db8713ff20a1b7ea600b47321b (diff)
downloadqpdf-1e629c278a8953d4262235830ecb1456086210f8.tar.zst
Prepare 10.0.0 release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 80a748b9..62836f3f 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],[9.1.1])
+AC_INIT([qpdf],[10.0.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -52,9 +52,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=27
-LT_AGE=1
-LT_REVISION=1
+LT_CURRENT=28
+LT_AGE=0
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)