diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/version.h (renamed from src/git_commit.h) | 1 | ||||
| -rw-r--r-- | src/wscript | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/git_commit.h b/src/version.h index 377fefbb..7fd9dc25 100644 --- a/src/git_commit.h +++ b/src/version.h @@ -1,6 +1,7 @@ namespace libdcp { +extern char const * version; extern char const * git_commit; } diff --git a/src/wscript b/src/wscript index 85ac80da..58390837 100644 --- a/src/wscript +++ b/src/wscript @@ -12,7 +12,7 @@ def build(bld): picture_asset.cc util.cc metadata.cc - git_commit.cc + version.cc test_mode.cc """ @@ -22,7 +22,7 @@ def build(bld): types.h exceptions.h test_mode.h - git_commit.h + version.h """ bld.install_files('${PREFIX}/include/libdcp', headers) |
