Try to fix build on Fedora 23.
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index f54ff9cbe426334a67358d4f9d9f7f78fc07d501..8bf16cdb20a7d16bb1e83f163ebd16933dcac54e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
 APPNAME = 'libcxml'
-VERSION = '0.11.0devel'
+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