From 82cae01a7611c9f7e91d3dbef0c2c0297efccfcf Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Feb 2018 21:30:44 -0500 Subject: Bump version number and soname Bump to an alpha release. This version is not being widely released but is being used to push the new shared library version through the debian packaging system and to test out github releases. --- libqpdf/QPDF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index 31f13118..c6fddd39 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "7.1.1"; +std::string QPDF::qpdf_version = "8.0.a1"; static char const* EMPTY_PDF = "%PDF-1.3\n" -- cgit v1.2.3-54-g00ecf