aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-05-08 16:05:26 +0200
committerJay Berkenbilt <ejb@ql.org>2021-05-08 16:41:14 +0200
commitbddebdb0eace5641d69230820df3dd4733a99386 (patch)
treefe4d4d92392135c1870514233c54a2e9d5fd84d1 /qpdf/qpdf.cc
parent98fe680a75a7cfee59a3544da39d8bb1966042c0 (diff)
downloadqpdf-bddebdb0eace5641d69230820df3dd4733a99386.tar.zst
Prepare 10.3.2 releaserelease-qpdf-10.3.2
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 fdeb28cf..cf50efdc 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.3.1";
+static std::string expected_version = "10.3.2";
struct PageSpec
{