Commit b7302a9b727d28d59bff0f0f7d8d62ff6486aef6

Authored by Jay Berkenbilt
1 parent 1f4a6791

Prepare 6.0.0 release

ChangeLog
  1 +2015-11-10 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 6.0.0: release
  4 +
  5 + * No changes from 5.2.0. The 5.2.0 release broke binary
  6 + compatibility and was withdrawn.
  7 +
1 2015-10-31 Jay Berkenbilt <ejb@ql.org> 8 2015-10-31 Jay Berkenbilt <ejb@ql.org>
2 9
3 * 5.2.0: release 10 * 5.2.0: release
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],[5.2.0]) 5 +AC_INIT([qpdf],[6.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
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 #include <qpdf/QPDF_Null.hh> 20 #include <qpdf/QPDF_Null.hh>
21 #include <qpdf/QPDF_Dictionary.hh> 21 #include <qpdf/QPDF_Dictionary.hh>
22 22
23 -std::string QPDF::qpdf_version = "5.2.0"; 23 +std::string QPDF::qpdf_version = "6.0.0";
24 24
25 static char const* EMPTY_PDF = 25 static char const* EMPTY_PDF =
26 "%PDF-1.3\n" 26 "%PDF-1.3\n"
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
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 "5.2.0">  
9 -<!ENTITY lastreleased "October 31, 2015"> 8 +<!ENTITY swversion "6.0.0">
  9 +<!ENTITY lastreleased "November 10, 2015">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>
@@ -2685,7 +2685,7 @@ print &quot;\n&quot;; @@ -2685,7 +2685,7 @@ print &quot;\n&quot;;
2685 </para> 2685 </para>
2686 <variablelist> 2686 <variablelist>
2687 <varlistentry> 2687 <varlistentry>
2688 - <term>5.2.0: October 31, 2015</term> 2688 + <term>6.0.0: November 10, 2015</term>
2689 <listitem> 2689 <listitem>
2690 <itemizedlist> 2690 <itemizedlist>
2691 <listitem> 2691 <listitem>