mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
Prepare 8.2.0 release
This commit is contained in:
parent
643a221914
commit
5e9e17e62a
@ -1,3 +1,7 @@
|
||||
2018-08-16 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 8.2.0: release
|
||||
|
||||
2018-08-14 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* For the mingw builds, change the name of the DLL import library
|
||||
|
@ -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.1.0])
|
||||
AC_INIT([qpdf],[8.2.0])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
@ -29,8 +29,8 @@ LT_INIT([win32-dll])
|
||||
# * Otherwise, increment LT_REVISION
|
||||
|
||||
# LT = libtool
|
||||
LT_CURRENT=22
|
||||
LT_AGE=1
|
||||
LT_CURRENT=23
|
||||
LT_AGE=2
|
||||
LT_REVISION=0
|
||||
AC_SUBST(LT_CURRENT)
|
||||
AC_SUBST(LT_REVISION)
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "8.1.0";
|
||||
std::string QPDF::qpdf_version = "8.2.0";
|
||||
|
||||
static char const* EMPTY_PDF =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "8.1.0">
|
||||
<!ENTITY lastreleased "June 22, 2018">
|
||||
<!ENTITY swversion "8.2.0">
|
||||
<!ENTITY lastreleased "August 16, 2018">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -3258,7 +3258,7 @@ print "\n";
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>8.2.0: August XXX, 2018</term>
|
||||
<term>8.2.0: August 16, 2018</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user