summaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-04 21:21:14 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-05 12:15:48 +0100
commitdc65b884573353fe5bc1ec1b06d6d92ac7faf814 (patch)
tree3378941cbf7a4e79073c2b904cafd5c6100d5045 /qpdf
parentd9cb2658d1a78f33a933e012a00458517cc038c4 (diff)
downloadqpdf-dc65b884573353fe5bc1ec1b06d6d92ac7faf814.tar.zst
Prepare 10.3.0 releaserelease-qpdf-10.3.0
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 04f84af2..48467734 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.2.0";
+static std::string expected_version = "10.3.0";
struct PageSpec
{