aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-03-06 17:30:03 +0100
committerJay Berkenbilt <ejb@ql.org>2018-03-06 17:34:07 +0100
commitf8c8e4dcc0f45779dcb93de6f417a2c189d5c157 (patch)
tree799237e51a822e14c21ae9bc090cf6d2c59cdf91 /configure.ac
parente4e2e26d990d038b0d35e7466c8a24dbfafab7d2 (diff)
downloadqpdf-f8c8e4dcc0f45779dcb93de6f417a2c189d5c157.tar.zst
Prepare 8.0.2 releaserelease-qpdf-8.0.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 65fecdb3..d60610a2 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.0.1])
+AC_INIT([qpdf],[8.0.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -31,7 +31,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=21
LT_AGE=0
-LT_REVISION=1
+LT_REVISION=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)