X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=bfb7d8ecddf792e659a11cc99eda5ab8e7335b99;hb=08daf11e8dea4314b4e3af647fa31e6ee63f92ac;hp=addaafc7434612b6167fc30155e478c670bca062;hpb=74a8cda05e2b8538aa478c858c1ca9754e1fa98f;p=dcpomatic.git diff --git a/wscript b/wscript index addaafc74..bfb7d8ecd 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.41pre' +VERSION = '1.52pre' def options(opt): opt.load('compiler_cxx') @@ -88,7 +88,7 @@ def configure(conf): # Dependencies which are dynamically linked everywhere except --static # Get libs only when we are dynamically linking - conf.check_cfg(package='libdcp', atleast_version='0.85', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.91', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] conf.check_cfg(package='libcxml', atleast_version='0.08', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True)