From 885b4070451b8a5a7ecd76ee5b23801a6531a243 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Oct 2015 10:53:59 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b827ad9..5d996f1 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.5devel' +VERSION = '1.1.6' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3 From 1371039e41d4120a5d1aad4b9c0ce00ea710789d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Oct 2015 10:53:59 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5d996f1..b5900a2 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.6' +VERSION = '1.1.6devel' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3 From a38ba7a9f6343acda0c53ba7c584bc0e6cb918a9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Nov 2015 09:23:14 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b5900a2..89eb150 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.6devel' +VERSION = '1.1.7' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3 From 4199f9a66bc0728a496beedc60df08237cfba115 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Nov 2015 09:23:14 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 89eb150..be6910e 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.7' +VERSION = '1.1.7devel' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3 From b1974e4890039596874ac6d127e3dbc6faa6f1f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Nov 2015 09:27:17 +0000 Subject: Bump libdcp version. --- cscript | 2 +- wscript | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/cscript b/cscript index e1f9a7e..b09bbc4 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libdcp', 'v1.2.7'),) + return (('libdcp', 'v1.2.8'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory diff --git a/wscript b/wscript index be6910e..23e37ca 100644 --- a/wscript +++ b/wscript @@ -34,9 +34,9 @@ def configure(conf): conf.env.HAVE_CXML = 1 conf.env.LIB_CXML = ['glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'lzma', 'dl', 'z'] conf.env.STLIB_CXML = ['cxml'] - conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True) else: - conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) boost_lib_suffix = '' if conf.env.TARGET_WINDOWS: -- cgit v1.2.3 From dd7260da0ef3daabada6b273ac74020f37d19cab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Nov 2015 09:27:22 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 23e37ca..3431add 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.7devel' +VERSION = '1.1.8' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3 From cbc464be53e2fa021eb18b936de3c23dd6a18532 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Nov 2015 09:27:22 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3431add..7f3aeb2 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libsub' -VERSION = '1.1.8' +VERSION = '1.1.8devel' API_VERSION = '-1.0' def options(opt): -- cgit v1.2.3