From 5e9e17e62ad26648121b31be7c5d0c41b9a1c204 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 16 Aug 2018 11:29:32 -0400 Subject: [PATCH] Prepare 8.2.0 release --- ChangeLog | 4 ++++ configure.ac | 6 +++--- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5aac94ce..d7f9a37b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-16 Jay Berkenbilt + + * 8.2.0: release + 2018-08-14 Jay Berkenbilt * For the mingw builds, change the name of the DLL import library diff --git a/configure.ac b/configure.ac index 423e2e2d..c0f7e4ef 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.1.0]) +AC_INIT([qpdf],[8.2.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) @@ -29,8 +29,8 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=22 -LT_AGE=1 +LT_CURRENT=23 +LT_AGE=2 LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index 308b3dd2..4da7c8ab 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "8.1.0"; +std::string QPDF::qpdf_version = "8.2.0"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index a9b27e50..2ef8a080 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -3258,7 +3258,7 @@ print "\n"; - 8.2.0: August XXX, 2018 + 8.2.0: August 16, 2018