Release 8.0.0

This commit is contained in:
Jay Berkenbilt 2018-02-25 15:03:04 -05:00
parent c182a1a63c
commit 3e8b643ae3
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2018-02-25 Jay Berkenbilt <ejb@ql.org>
* 8.0.0: release
2018-02-17 Jay Berkenbilt <ejb@ql.org>
* Fix QPDFObjectHandle::getUTF8Val() to properly handle strings

View File

@ -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])

View File

@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
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"

View File

@ -5,7 +5,7 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "8.0.rc3">
<!ENTITY swversion "8.0.0">
<!ENTITY lastreleased "February 25, 2018">
]>
<book>