Commit a16d703f4d6df5d83cab2099e6216b50aa8fdf3a
1 parent
9a4ef8c9
Update version to 8.0.rc1
This is for testing the release process, particularly as it pertains to AppImage creation.
Showing
3 changed files
with
5 additions
and
5 deletions
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.a1]) | 5 | +AC_INIT([qpdf],[8.0.rc1]) |
| 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.a1"; | 22 | +std::string QPDF::qpdf_version = "8.0.rc1"; |
| 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,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 "8.0.a1"> | ||
| 9 | -<!ENTITY lastreleased "February 20, 2018"> | 8 | +<!ENTITY swversion "8.0.rc1"> |
| 9 | +<!ENTITY lastreleased "February 25, 2018"> | ||
| 10 | ]> | 10 | ]> |
| 11 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -3050,7 +3050,7 @@ print "\n"; | @@ -3050,7 +3050,7 @@ print "\n"; | ||
| 3050 | </para> | 3050 | </para> |
| 3051 | <variablelist> | 3051 | <variablelist> |
| 3052 | <varlistentry> | 3052 | <varlistentry> |
| 3053 | - <term>8.0.0: February XXX, 2018</term> | 3053 | + <term>8.0.0: February 25, 2018</term> |
| 3054 | <listitem> | 3054 | <listitem> |
| 3055 | <itemizedlist> | 3055 | <itemizedlist> |
| 3056 | <listitem> | 3056 | <listitem> |