Bump version
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index d8da7fbc73f4313de21fb3d8aafaf8f1db2fb52c..55339e70f70269fe1b249c20bc99e3f2c6641a3f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
 APPNAME = 'libcxml'
-VERSION = '0.12.0devel'
+VERSION = '0.14.0'
 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