From 03074ca5a071527f85954d02081413a6b4e0d020 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 1 Feb 2019 21:29:40 -0500 Subject: Prepare 8.4.0 release --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d1c5ac16..ff195417 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.3.0]) +AC_INIT([qpdf],[8.4.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) @@ -51,8 +51,8 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=24 -LT_AGE=3 +LT_CURRENT=25 +LT_AGE=4 LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit v1.2.3-54-g00ecf