aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-10 03:10:21 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-10 04:00:53 +0100
commit5e6dfc938e7d7556a96a3743eb20470e2c03e9cf (patch)
tree3b4d72b4353934b5d461406661a2dd1eaa61cded /configure.ac
parentf60b4ead180e15a43d39a91a36dd244dafbe3608 (diff)
downloadqpdf-5e6dfc938e7d7556a96a3743eb20470e2c03e9cf.tar.zst
Prepare 9.1.rc1 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 39fadcfa..4ecec891 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.0.2])
+AC_INIT([qpdf],[9.1.rc1])
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=26
-LT_AGE=0
-LT_REVISION=2
+LT_CURRENT=27
+LT_AGE=1
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)