summaryrefslogtreecommitdiff
path: root/src/version.h
blob: 83e0d93f8b1703c25fbb595c920423609f0d4dc3 (plain)
1
2
3
4
5
6
7
8

namespace libdcp {

extern char const * version;
extern char const * git_commit;
extern bool built_with_debug;

}