X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=8bf16cdb20a7d16bb1e83f163ebd16933dcac54e;hb=72627591e286e17074e6a5fe2da19412a705df6f;hp=11e247725b03dcdc6a24caa7dc8859230d51721e;hpb=1c0fb2a0b87e622c45b7e1f7a1fa3900315992c9;p=libcxml.git diff --git a/wscript b/wscript index 11e2477..8bf16cd 100644 --- a/wscript +++ b/wscript @@ -1,5 +1,5 @@ APPNAME = 'libcxml' -VERSION = '0.11.0' +VERSION = '0.14.0devel' API_VERSION = '0.0.0' def options(opt): @@ -32,7 +32,7 @@ def configure(conf): libpath='/usr/local/lib', lib=['boost_filesystem%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], uselib_store='BOOST_FILESYSTEM') - + if not conf.options.disable_tests: conf.check_cxx(fragment=""" #define BOOST_TEST_MODULE Config test\n