mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 22:58:33 +00:00
Update version to 8.0.rc1
This is for testing the release process, particularly as it pertains to AppImage creation.
This commit is contained in:
parent
9a4ef8c95d
commit
a16d703f4d
@ -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.a1])
|
||||
AC_INIT([qpdf],[8.0.rc1])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "8.0.a1";
|
||||
std::string QPDF::qpdf_version = "8.0.rc1";
|
||||
|
||||
static char const* EMPTY_PDF =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "8.0.a1">
|
||||
<!ENTITY lastreleased "February 20, 2018">
|
||||
<!ENTITY swversion "8.0.rc1">
|
||||
<!ENTITY lastreleased "February 25, 2018">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -3050,7 +3050,7 @@ print "\n";
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>8.0.0: February XXX, 2018</term>
|
||||
<term>8.0.0: February 25, 2018</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user