summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-03 00:04:28 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-03 00:04:28 +0100
commit2b0fa0da59a404bd72e6d20f75d7bdb8272e3605 (patch)
tree7958b3a832fd138b4836f671dd904acb2c6d78b4 /src
parent894f567beaabb43cf96651e61c29d04f3e02ae50 (diff)
Output git commit from makedcp -v.
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]);