summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-14 20:10:04 +0100
committerJay Berkenbilt <ejb@ql.org>2018-01-15 02:09:20 +0100
commit2e4ca7ecf465efda799907c2554870e4f9dc6679 (patch)
treeecb2e7a2accd5542ba95534927869254e26be833
parentb65e8562ac4abb5663883ab5954f8f6a278629c0 (diff)
downloadqpdf-release-qpdf-7.1.0.tar.zst
Update version numbers for 7.1.0release-qpdf-7.1.0
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--manual/qpdf-manual.xml4
4 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7470d9..699a9f9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.ac b/configure.ac
index c28fedc6..8857c1d0 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],[7.0.0])
+AC_INIT([qpdf],[7.1.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 51a87d66..52dadc4f 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -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"
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 8c8f4d5b..4cf91c92 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -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>