aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-21 19:01:14 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-28 02:44:20 +0200
commita323f6f49f5ba2c7bef6e95706215113420e591e (patch)
tree86543c30468e1ccd500e5a3c351690f265df10f8 /qpdf
parent03e27709f32ebc83b1c351da5c03ffb2d18f28da (diff)
downloadqpdf-a323f6f49f5ba2c7bef6e95706215113420e591e.tar.zst
Prepare 8.4.1 releaserelease-qpdf-8.4.1
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 8bf89340..90f719b1 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.0";
+static std::string expected_version = "8.4.1";
struct PageSpec
{