aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_dist b/make_dist
index d0004162..d5f11a2e 100755
--- a/make_dist
+++ b/make_dist
@@ -52,7 +52,7 @@ $fh = safe_open("libqpdf/QPDF.cc");
my $code_version = 'unknown';
while (<$fh>)
{
- if (m/QPDF::qpdf_version = ([^\"]+)\"/)
+ if (m/QPDF::qpdf_version = \"([^\"]+)\"/)
{
$code_version = $1;
last;
@@ -91,7 +91,7 @@ if ($version ne $config_version)
}
if ($version ne $code_version)
{
- print "$whoami: qpdf.cc version = $code_version\n";
+ print "$whoami: QPDF.cc version = $code_version\n";
$version_error = 1;
}
if ($version ne $doc_version)