mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Release 8.0.0
This commit is contained in:
parent
c182a1a63c
commit
3e8b643ae3
@ -1,3 +1,7 @@
|
||||
2018-02-25 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 8.0.0: release
|
||||
|
||||
2018-02-17 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Fix QPDFObjectHandle::getUTF8Val() to properly handle strings
|
||||
|
@ -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.rc3])
|
||||
AC_INIT([qpdf],[8.0.0])
|
||||
|
||||
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.rc3";
|
||||
std::string QPDF::qpdf_version = "8.0.0";
|
||||
|
||||
static char const* EMPTY_PDF =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "8.0.rc3">
|
||||
<!ENTITY swversion "8.0.0">
|
||||
<!ENTITY lastreleased "February 25, 2018">
|
||||
]>
|
||||
<book>
|
||||
|
Loading…
Reference in New Issue
Block a user