aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-01 02:01:10 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-01 02:07:36 +0200
commit5462dfce3106ffcc9b866902773933adeb7a4d41 (patch)
treead907fc3fe6eca720373b48d889fe3c6dcc384dd /configure.ac
parentd89d713310766eb1d53983cbc8db3be21ba2255d (diff)
downloadqpdf-5462dfce3106ffcc9b866902773933adeb7a4d41.tar.zst
Prepare 9.0.0 releaserelease-qpdf-9.0.0
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 be34700c..b4d159d4 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],[8.4.2])
+AC_INIT([qpdf],[9.0.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -51,9 +51,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=25
-LT_AGE=4
-LT_REVISION=2
+LT_CURRENT=26
+LT_AGE=0
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)