aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-31 18:45:35 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-31 18:47:03 +0100
commitfbe40b800d4f6aae54068ead6873273e0fe48792 (patch)
treeba57da2f12cb423fbcd9e4198878e5e3ed1cb5d6 /qpdf
parent52e07c813cef88d505764443415d2e3c2489890a (diff)
downloadqpdf-fbe40b800d4f6aae54068ead6873273e0fe48792.tar.zst
Prepare 10.0.3 releaserelease-qpdf-10.0.3
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 b1dc8278..8ad31c13 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -38,7 +38,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3;
static char const* whoami = 0;
-static std::string expected_version = "10.0.2";
+static std::string expected_version = "10.0.3";
struct PageSpec
{