Commit 5e9e17e62ad26648121b31be7c5d0c41b9a1c204
1 parent
643a2219
Prepare 8.2.0 release
Showing
4 changed files
with
11 additions
and
7 deletions
ChangeLog
configure.ac
| ... | ... | @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. |
| 2 | 2 | dnl This config.in requires autoconf 2.5 or greater. |
| 3 | 3 | |
| 4 | 4 | AC_PREREQ([2.68]) |
| 5 | -AC_INIT([qpdf],[8.1.0]) | |
| 5 | +AC_INIT([qpdf],[8.2.0]) | |
| 6 | 6 | |
| 7 | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | 8 | AC_CONFIG_FILES([autoconf.mk]) |
| ... | ... | @@ -29,8 +29,8 @@ LT_INIT([win32-dll]) |
| 29 | 29 | # * Otherwise, increment LT_REVISION |
| 30 | 30 | |
| 31 | 31 | # LT = libtool |
| 32 | -LT_CURRENT=22 | |
| 33 | -LT_AGE=1 | |
| 32 | +LT_CURRENT=23 | |
| 33 | +LT_AGE=2 | |
| 34 | 34 | LT_REVISION=0 |
| 35 | 35 | AC_SUBST(LT_CURRENT) |
| 36 | 36 | AC_SUBST(LT_REVISION) | ... | ... |
libqpdf/QPDF.cc
manual/qpdf-manual.xml
| ... | ... | @@ -5,8 +5,8 @@ |
| 5 | 5 | <!ENTITY mdash "—"> |
| 6 | 6 | <!ENTITY ndash "–"> |
| 7 | 7 | <!ENTITY nbsp " "> |
| 8 | -<!ENTITY swversion "8.1.0"> | |
| 9 | -<!ENTITY lastreleased "June 22, 2018"> | |
| 8 | +<!ENTITY swversion "8.2.0"> | |
| 9 | +<!ENTITY lastreleased "August 16, 2018"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> |
| ... | ... | @@ -3258,7 +3258,7 @@ print "\n"; |
| 3258 | 3258 | </para> |
| 3259 | 3259 | <variablelist> |
| 3260 | 3260 | <varlistentry> |
| 3261 | - <term>8.2.0: August XXX, 2018</term> | |
| 3261 | + <term>8.2.0: August 16, 2018</term> | |
| 3262 | 3262 | <listitem> |
| 3263 | 3263 | <itemizedlist> |
| 3264 | 3264 | <listitem> | ... | ... |