52abd13a746e3864daa886ba1d1101ac6c3d4092
[libdcp.git] / 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 }