Commit 2e4ca7ecf465efda799907c2554870e4f9dc6679
1 parent
b65e8562
Update version numbers for 7.1.0
Showing
4 changed files
with
6 additions
and
4 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],[7.0.0]) | |
| 5 | +AC_INIT([qpdf],[7.1.0]) | |
| 6 | 6 | |
| 7 | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | 8 | AC_CONFIG_FILES([autoconf.mk]) | ... | ... |
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 "7.0.0"> | |
| 9 | -<!ENTITY lastreleased "September 15, 2017"> | |
| 8 | +<!ENTITY swversion "7.1.0"> | |
| 9 | +<!ENTITY lastreleased "January 14, 2018"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> | ... | ... |