diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:11:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:11:32 +0000 |
| commit | 41fc6e366ad3de85704c35961beaf539ab9ceb8b (patch) | |
| tree | 22c68206025af06f3915650d5feece76e57cbfc0 /wscript | |
| parent | 394abae7986abf4438184a712f16dfbe3c2734da (diff) | |
namespace libdcp -> dcp.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.93pre' +VERSION = '1.00.0devel' def options(opt): opt.load('compiler_cxx') @@ -140,8 +140,8 @@ def create_version_cc(bld, version): try: text = '#include "version.h"\n' - text += 'char const * libdcp::git_commit = \"%s\";\n' % commit - text += 'char const * libdcp::version = \"%s\";\n' % version + text += 'char const * dcp::git_commit = \"%s\";\n' % commit + text += 'char const * dcp::version = \"%s\";\n' % version if bld.env.ENABLE_DEBUG: debug_string = 'true' else: |
