aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-20 19:05:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-20 20:51:46 +0100
commit04745320d651e07cf6c127b6c893289ea0ca6933 (patch)
treefc8d068e8058c743c5364579ca3d232f7bb3f90a /qpdf
parentd866f480813169208efba0e4f32ecde4a5b54ebc (diff)
downloadqpdf-04745320d651e07cf6c127b6c893289ea0ca6933.tar.zst
Prepare 10.5.0 release
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 c363c087..5f9acabc 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -40,7 +40,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3;
static char const* whoami = 0;
-static std::string expected_version = "10.4.0";
+static std::string expected_version = "10.5.0";
struct PageSpec
{