mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Bump soname to 18 and version to 7.0.b1
This commit is contained in:
parent
84113a572f
commit
1e52d33822
@ -1,5 +1,7 @@
|
||||
2017-08-22 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 7.0.b1: release
|
||||
|
||||
* Convert all README files to markdown. Names changed as follows:
|
||||
- README --> README.md
|
||||
- README.hardening --> README-hardening.md
|
||||
|
@ -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.
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([qpdf],[6.0.0])
|
||||
AC_INIT([qpdf],[7.0.b1])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
@ -29,7 +29,7 @@ LT_INIT([win32-dll])
|
||||
# * Otherwise, increment LT_REVISION
|
||||
|
||||
# LT = libtool
|
||||
LT_CURRENT=17
|
||||
LT_CURRENT=18
|
||||
LT_REVISION=0
|
||||
LT_AGE=0
|
||||
AC_SUBST(LT_CURRENT)
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <qpdf/QPDF_Null.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 =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "6.0.0">
|
||||
<!ENTITY lastreleased "November 10, 2015">
|
||||
<!ENTITY swversion "7.0.b1">
|
||||
<!ENTITY lastreleased "August 22, 2017">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
|
Loading…
Reference in New Issue
Block a user