aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-09-16 03:23:02 +0200
committerJay Berkenbilt <ejb@ql.org>2017-09-16 19:22:15 +0200
commit0f1ce8e6461d417d1fed2ea4a0cbf27f10ee4eff (patch)
tree7f895940edeba3f4160d80724698a27ebf79fa47 /configure.ac
parent4c31d3b8af9ab6496fb2b37f10bf10c9b0068b78 (diff)
downloadqpdf-0f1ce8e6461d417d1fed2ea4a0cbf27f10ee4eff.tar.zst
Prepare 7.0.0 releaserelease-qpdf-7.0.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 51ef10f5..1b94de65 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],[7.0.b1])
+AC_INIT([qpdf],[7.0.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -29,9 +29,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=18
+LT_CURRENT=19
+LT_AGE=1
LT_REVISION=0
-LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)