Commit 1e52d338223a744003136f90cca3bf6a549e1946

Authored by Jay Berkenbilt
1 parent 84113a57

Bump soname to 18 and version to 7.0.b1

ChangeLog
1 2017-08-22 Jay Berkenbilt <ejb@ql.org> 1 2017-08-22 Jay Berkenbilt <ejb@ql.org>
2 2
  3 + * 7.0.b1: release
  4 +
3 * Convert all README files to markdown. Names changed as follows: 5 * Convert all README files to markdown. Names changed as follows:
4 - README --> README.md 6 - README --> README.md
5 - README.hardening --> README-hardening.md 7 - README.hardening --> README-hardening.md
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ([2.68]) 4 AC_PREREQ([2.68])
5 -AC_INIT([qpdf],[6.0.0]) 5 +AC_INIT([qpdf],[7.0.b1])
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
@@ -29,7 +29,7 @@ LT_INIT([win32-dll]) @@ -29,7 +29,7 @@ LT_INIT([win32-dll])
29 # * Otherwise, increment LT_REVISION 29 # * Otherwise, increment LT_REVISION
30 30
31 # LT = libtool 31 # LT = libtool
32 -LT_CURRENT=17 32 +LT_CURRENT=18
33 LT_REVISION=0 33 LT_REVISION=0
34 LT_AGE=0 34 LT_AGE=0
35 AC_SUBST(LT_CURRENT) 35 AC_SUBST(LT_CURRENT)
libqpdf/QPDF.cc
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #include <qpdf/QPDF_Null.hh> 19 #include <qpdf/QPDF_Null.hh>
20 #include <qpdf/QPDF_Dictionary.hh> 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 static char const* EMPTY_PDF = 24 static char const* EMPTY_PDF =
25 "%PDF-1.3\n" 25 "%PDF-1.3\n"
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 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 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>