aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 20:11:06 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 22:50:48 +0200
commit1e52d338223a744003136f90cca3bf6a549e1946 (patch)
treed34c7958ecec4651c6b30a4599201ac67f840aa3 /configure.ac
parent84113a572fe7c10e5fa52b89f8c7a926b12f5a28 (diff)
downloadqpdf-1e52d338223a744003136f90cca3bf6a549e1946.tar.zst
Bump soname to 18 and version to 7.0.b1release-qpdf-7.0.b1
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 0d75b665..51ef10f5 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],[6.0.0])
+AC_INIT([qpdf],[7.0.b1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -29,7 +29,7 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=17
+LT_CURRENT=18
LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)