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 9b5ded42..d0004162 100755
--- a/make_dist
+++ b/make_dist
@@ -48,11 +48,11 @@ while (<$fh>)
}
$fh->close();
-$fh = safe_open("qpdf/qpdf.cc");
+$fh = safe_open("libqpdf/QPDF.cc");
my $code_version = 'unknown';
while (<$fh>)
{
- if (m/whoami << \" version ([^\"]+)\"/)
+ if (m/QPDF::qpdf_version = ([^\"]+)\"/)
{
$code_version = $1;
last;