Commit 1e52d338223a744003136f90cca3bf6a549e1946
1 parent
84113a57
Bump soname to 18 and version to 7.0.b1
Showing
4 changed files
with
7 additions
and
5 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],[6.0.0]) | |
| 5 | +AC_INIT([qpdf],[7.0.b1]) | |
| 6 | 6 | |
| 7 | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | 8 | AC_CONFIG_FILES([autoconf.mk]) |
| ... | ... | @@ -29,7 +29,7 @@ LT_INIT([win32-dll]) |
| 29 | 29 | # * Otherwise, increment LT_REVISION |
| 30 | 30 | |
| 31 | 31 | # LT = libtool |
| 32 | -LT_CURRENT=17 | |
| 32 | +LT_CURRENT=18 | |
| 33 | 33 | LT_REVISION=0 |
| 34 | 34 | LT_AGE=0 |
| 35 | 35 | AC_SUBST(LT_CURRENT) | ... | ... |
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 "6.0.0"> | |
| 9 | -<!ENTITY lastreleased "November 10, 2015"> | |
| 8 | +<!ENTITY swversion "7.0.b1"> | |
| 9 | +<!ENTITY lastreleased "August 22, 2017"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> | ... | ... |