Commit 1e52d338223a744003136f90cca3bf6a549e1946

Authored by Jay Berkenbilt
1 parent 84113a57

Bump soname to 18 and version to 7.0.b1

ChangeLog
1 1 2017-08-22 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 7.0.b1: release
  4 +
3 5 * Convert all README files to markdown. Names changed as follows:
4 6 - README --> README.md
5 7 - README.hardening --> README-hardening.md
... ...
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
... ... @@ -19,7 +19,7 @@
19 19 #include <qpdf/QPDF_Null.hh>
20 20 #include <qpdf/QPDF_Dictionary.hh>
21 21  
22   -std::string QPDF::qpdf_version = "6.0.0";
  22 +std::string QPDF::qpdf_version = "7.0.b1";
23 23  
24 24 static char const* EMPTY_PDF =
25 25 "%PDF-1.3\n"
... ...
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
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>
... ...