From 1e52d338223a744003136f90cca3bf6a549e1946 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 22 Aug 2017 14:11:06 -0400 Subject: Bump soname to 18 and version to 7.0.b1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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) -- cgit v1.2.3-54-g00ecf