diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-20 14:18:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-20 14:18:43 +0100 |
| commit | a33370622510fb3f312516ef602d57743d91bea0 (patch) | |
| tree | 5125ab7ef23f2aeb1081184c2c1a5a18b4613783 /src/version.h | |
| parent | ef87598f25bbb92702d235a7f4e53a31a2324556 (diff) | |
Tweak version stuff.
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h new file mode 100644 index 00000000..7fd9dc25 --- /dev/null +++ b/src/version.h @@ -0,0 +1,7 @@ + +namespace libdcp { + +extern char const * version; +extern char const * git_commit; + +} |
