407b966d22cb7ca3b710263d78fc9e2a4c3552d1
[libdcp.git] / src / version.h
1
2 namespace dcp {
3
4 extern char const * version;
5 extern char const * git_commit;
6 extern bool const built_with_debug;
7
8 }