X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=8e36f8aa6deec8edaa1f20d03f20c39b66e8f60a;hb=b96ad1327c25d5de8d61ed73a1c0e207e67f1226;hp=69d68a35ce6ef73d36db89b0ea68561166a74e2f;hpb=4fd257106009b2db170dafddece06ee3c190fceb;p=dcpomatic.git diff --git a/wscript b/wscript index 69d68a35c..8e36f8aa6 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.53pre' +VERSION = '0.56pre' def options(opt): opt.load('compiler_cxx') @@ -20,7 +20,6 @@ def configure(conf): conf.load('winres') conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes']) - conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_VERSION="%s"' % VERSION]) # Turn off player for now conf.options.disable_player = True