From 3094955deeb2e8d3a9e325c3a47baffd6aea57ab Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 12 Oct 2019 19:32:08 -0400 Subject: Prepare 9.0.2 release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f76e8d8a..da8a90a9 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],[9.0.1]) +AC_INIT([qpdf],[9.0.2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) @@ -53,7 +53,7 @@ LT_INIT([win32-dll]) # LT = libtool LT_CURRENT=26 LT_AGE=0 -LT_REVISION=1 +LT_REVISION=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- cgit v1.2.3-54-g00ecf