From 4d86fd0dbb6a29a233577803c5541e962d4d58ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Feb 2023 21:07:11 +0100 Subject: Remove LIBDCP_VERSION in favour of dcp::version. The former is only set at configure which is a bit confusing, and I can't think of a reason to have both. --- tools/dcpinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/dcpinfo.cc') diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 46b506fa..03a75518 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -315,7 +315,7 @@ main (int argc, char* argv[]) switch (c) { case 'v': - cout << "libdcp version " << LIBDCP_VERSION << "\n"; + cout << "libdcp version " << dcp::version << "\n"; exit (EXIT_SUCCESS); case 'h': help (argv[0]); -- cgit v1.2.3