summaryrefslogtreecommitdiff
path: root/src/version.h
blob: 52abd13a746e3864daa886ba1d1101ac6c3d4092 (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;
	
}