summaryrefslogtreecommitdiff
path: root/tools/dcpdiff.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-26 21:07:11 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-26 21:07:13 +0100
commit4d86fd0dbb6a29a233577803c5541e962d4d58ef (patch)
treead8293c19ec2591d7b5926d0c47923db493eb197 /tools/dcpdiff.cc
parentde4b2a1d7f93b9f0dd2113aeff746738c19c8b43 (diff)
Remove LIBDCP_VERSION in favour of dcp::version.v1.8.62
The former is only set at configure which is a bit confusing, and I can't think of a reason to have both.
Diffstat (limited to 'tools/dcpdiff.cc')
-rw-r--r--tools/dcpdiff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc
index 1f760829..a7138b67 100644
--- a/tools/dcpdiff.cc
+++ b/tools/dcpdiff.cc
@@ -160,7 +160,7 @@ main (int argc, char* argv[])
switch (c) {
case 'V':
- cout << "dcpdiff version " << LIBDCP_VERSION << "\n";
+ cout << "dcpdiff version " << dcp::version << "\n";
exit (EXIT_SUCCESS);
case 'h':
help (argv[0]);