aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-05-18 14:56:37 +0200
committerJay Berkenbilt <ejb@ql.org>2019-05-18 14:56:37 +0200
commitb1a78be1a8a09031c544daa48e9c7e1f95a18e80 (patch)
tree6d60e07240047bfb12b59486a03964395a2b83d3 /qpdf/qpdf.cc
parente61ee88dd27c228fe74537866012ef9afdb7d16e (diff)
downloadqpdf-b1a78be1a8a09031c544daa48e9c7e1f95a18e80.tar.zst
Prepare 8.4.2 release
Diffstat (limited to 'qpdf/qpdf.cc')
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 90f719b1..5a8a82d1 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -30,7 +30,7 @@ static int const EXIT_WARNING = 3;
static char const* whoami = 0;
-static std::string expected_version = "8.4.1";
+static std::string expected_version = "8.4.2";
struct PageSpec
{