Try to fix build on Fedora 23.
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index 11e247725b03dcdc6a24caa7dc8859230d51721e..8bf16cdb20a7d16bb1e83f163ebd16933dcac54e 100644 (file)
--- 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