Commit 3e8b643ae30657d3e5a9042ec34ea630402546ff

Authored by Jay Berkenbilt
1 parent c182a1a6

Release 8.0.0

ChangeLog
  1 +2018-02-25 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 8.0.0: release
  4 +
1 2018-02-17 Jay Berkenbilt <ejb@ql.org> 5 2018-02-17 Jay Berkenbilt <ejb@ql.org>
2 6
3 * Fix QPDFObjectHandle::getUTF8Val() to properly handle strings 7 * Fix QPDFObjectHandle::getUTF8Val() to properly handle strings
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ([2.68]) 4 AC_PREREQ([2.68])
5 -AC_INIT([qpdf],[8.0.rc3]) 5 +AC_INIT([qpdf],[8.0.0])
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
libqpdf/QPDF.cc
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #include <qpdf/QPDF_Null.hh> 19 #include <qpdf/QPDF_Null.hh>
20 #include <qpdf/QPDF_Dictionary.hh> 20 #include <qpdf/QPDF_Dictionary.hh>
21 21
22 -std::string QPDF::qpdf_version = "8.0.rc3"; 22 +std::string QPDF::qpdf_version = "8.0.0";
23 23
24 static char const* EMPTY_PDF = 24 static char const* EMPTY_PDF =
25 "%PDF-1.3\n" 25 "%PDF-1.3\n"
manual/qpdf-manual.xml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "8.0.rc3"> 8 +<!ENTITY swversion "8.0.0">
9 <!ENTITY lastreleased "February 25, 2018"> 9 <!ENTITY lastreleased "February 25, 2018">
10 ]> 10 ]>
11 <book> 11 <book>