From a9fb34ad2f6cfc3be0835ec8a7926b6e6c71d7dc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Sep 2014 23:03:01 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 332db4c31..017c9634c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.3devel' +VERSION = '1.73.4' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 843591bfb79284c8910e3fb0252991ab22696097 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Sep 2014 23:03:01 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 017c9634c..91cb84a9d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.4' +VERSION = '1.73.4devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 087eb941421d0ced97c8f3bf72072f19562435df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Sep 2014 19:13:40 +0100 Subject: Bump libcxml version requirement in wscript. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 91cb84a9d..8db63f625 100644 --- a/wscript +++ b/wscript @@ -251,7 +251,7 @@ def configure(conf): # if conf.env.TARGET_DEBIAN: - conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.11', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XMLPP', mandatory=True) conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) -- cgit v1.2.3