summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/makedcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/makedcp.cc b/src/tools/makedcp.cc
index 794fa09ab..c6cb1ba14 100644
--- a/src/tools/makedcp.cc
+++ b/src/tools/makedcp.cc
@@ -79,7 +79,7 @@ main (int argc, char* argv[])
switch (c) {
case 'v':
- cout << "dvdomatic version " << DVDOMATIC_VERSION << "\n";
+ cout << "dvdomatic version " << dvdomatic_version << " " << dvdomatic_git_commit << "\n";
exit (EXIT_SUCCESS);
case 'h':
help (argv[0]);