No-op: whitespace.
[libdcp.git] / src / version.h
1
2 namespace libdcp {
3
4 extern char const * version;
5 extern char const * git_commit;
6 extern bool built_with_debug;
7
8 }