From 3e8b643ae30657d3e5a9042ec34ea630402546ff Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 25 Feb 2018 15:03:04 -0500 Subject: [PATCH] Release 8.0.0 --- ChangeLog | 4 ++++ configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c78fb9..fb1fea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-02-25 Jay Berkenbilt + + * 8.0.0: release + 2018-02-17 Jay Berkenbilt * Fix QPDFObjectHandle::getUTF8Val() to properly handle strings diff --git a/configure.ac b/configure.ac index 3b63b41..48f269b 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.rc3]) +AC_INIT([qpdf],[8.0.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index f40d6eb..5bea2f7 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "8.0.rc3"; +std::string QPDF::qpdf_version = "8.0.0"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 65558d6..f0be343 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,7 +5,7 @@ - + ]> -- libgit2 0.21.4