Commit b7302a9b727d28d59bff0f0f7d8d62ff6486aef6
1 parent
1f4a6791
Prepare 6.0.0 release
Showing
4 changed files
with
12 additions
and
5 deletions
ChangeLog
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 "—"> | 5 | <!ENTITY mdash "—"> |
| 6 | <!ENTITY ndash "–"> | 6 | <!ENTITY ndash "–"> |
| 7 | <!ENTITY nbsp " "> | 7 | <!ENTITY nbsp " "> |
| 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 "\n"; | @@ -2685,7 +2685,7 @@ print "\n"; | ||
| 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> |