2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-04 19:30:53 +00:00

Bump soname to 18 and version to 7.0.b1

This commit is contained in:
Jay Berkenbilt 2017-08-22 14:11:06 -04:00
parent 84113a572f
commit 1e52d33822
4 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2017-08-22 Jay Berkenbilt <ejb@ql.org> 2017-08-22 Jay Berkenbilt <ejb@ql.org>
* 7.0.b1: release
* Convert all README files to markdown. Names changed as follows: * Convert all README files to markdown. Names changed as follows:
- README --> README.md - README --> README.md
- README.hardening --> README-hardening.md - README.hardening --> README-hardening.md

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([qpdf],[6.0.0]) AC_INIT([qpdf],[7.0.b1])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])
@ -29,7 +29,7 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION # * Otherwise, increment LT_REVISION
# LT = libtool # LT = libtool
LT_CURRENT=17 LT_CURRENT=18
LT_REVISION=0 LT_REVISION=0
LT_AGE=0 LT_AGE=0
AC_SUBST(LT_CURRENT) AC_SUBST(LT_CURRENT)

View File

@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.hh> #include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh> #include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "6.0.0"; std::string QPDF::qpdf_version = "7.0.b1";
static char const* EMPTY_PDF = static char const* EMPTY_PDF =
"%PDF-1.3\n" "%PDF-1.3\n"

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;"> <!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "6.0.0"> <!ENTITY swversion "7.0.b1">
<!ENTITY lastreleased "November 10, 2015"> <!ENTITY lastreleased "August 22, 2017">
]> ]>
<book> <book>
<bookinfo> <bookinfo>