summaryrefslogtreecommitdiff
path: root/src/git_commit.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-20 13:59:07 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-20 13:59:07 +0100
commit7aaf59faf8bb0ff85a2f76f6569076790a124813 (patch)
treef35c23fe5cbe709ffeea4584c9420795ef89ca5b /src/git_commit.h
parentd92919284b25526581f5a3f461f1e06106b91a09 (diff)
Give access to git revision, and make test mode accessible.
Diffstat (limited to 'src/git_commit.h')
-rw-r--r--src/git_commit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/git_commit.h b/src/git_commit.h
new file mode 100644
index 00000000..377fefbb
--- /dev/null
+++ b/src/git_commit.h
@@ -0,0 +1,6 @@
+
+namespace libdcp {
+
+extern char const * git_commit;
+
+}