From 2ebdd6929ea15187cdcf72acb19e8cc3047702f9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 4 Feb 2018 18:31:42 -0500 Subject: Prepare 7.1.1 release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8857c1d0..a9f03161 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.1.0]) +AC_INIT([qpdf],[7.1.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) @@ -31,7 +31,7 @@ LT_INIT([win32-dll]) # LT = libtool LT_CURRENT=20 LT_AGE=2 -LT_REVISION=0 +LT_REVISION=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- cgit v1.2.3-54-g00ecf