Update version numbers for 7.1.0

This commit is contained in:
Jay Berkenbilt 2018-01-14 14:10:04 -05:00
parent b65e8562ac
commit 2e4ca7ecf4
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2018-01-14 Jay Berkenbilt <ejb@ql.org>
* 7.1.0: release
* Allow raw encryption key to be specified in libary and command
line with the QPDF::setPasswordIsHexKey method and
--password-is-hex-key option. Allow encryption key to be displayed

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],[7.0.0])
AC_INIT([qpdf],[7.1.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 = "7.0.0";
std::string QPDF::qpdf_version = "7.1.0";
static char const* EMPTY_PDF =
"%PDF-1.3\n"

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "7.0.0">
<!ENTITY lastreleased "September 15, 2017">
<!ENTITY swversion "7.1.0">
<!ENTITY lastreleased "January 14, 2018">
]>
<book>
<bookinfo>