aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-21 03:30:44 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-21 03:31:38 +0100
commit82cae01a7611c9f7e91d3dbef0c2c0297efccfcf (patch)
tree5d50488ca46111468dea729585410ee0337b83ef /libqpdf
parentb3dfbe3cd70edcf2b63288a3c3b118699c6d88c3 (diff)
downloadqpdf-82cae01a7611c9f7e91d3dbef0c2c0297efccfcf.tar.zst
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.
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDF.cc2
1 files changed, 1 insertions, 1 deletions
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 <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-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"