summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 21:03:04 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 22:00:11 +0100
commit3e8b643ae30657d3e5a9042ec34ea630402546ff (patch)
treed79a6fe17fd6df2cb557d0af5b68a1753d078214
parentc182a1a63c87e3834be12132c2772958b1ae8dd2 (diff)
downloadqpdf-release-qpdf-8.0.0.tar.zst
Release 8.0.0release-qpdf-8.0.0
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--manual/qpdf-manual.xml2
4 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c78fb9d..fb1fea17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.ac b/configure.ac
index 3b63b411..48f269b5 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 f40d6eb4..5bea2f7a 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 = "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 65558d61..f0be343e 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -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>