From 41fc6e366ad3de85704c35961beaf539ab9ceb8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Jan 2014 17:11:32 +0000 Subject: namespace libdcp -> dcp. --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9ac34439..75ee0760 100644 --- a/wscript +++ b/wscript @@ -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: -- cgit v1.2.3