From 2e4ca7ecf465efda799907c2554870e4f9dc6679 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 14 Jan 2018 14:10:04 -0500 Subject: [PATCH] Update version numbers for 7.1.0 --- ChangeLog | 2 ++ configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 4 ++-- 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 + * 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 #include -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 @@ - - + + ]>