Remove debug code.
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index 7528f1b4b0073f79c44ea6ab895ca9c928642e5d..0d91d698dbdc20fa561bc555ee1cb4f291ef8b87 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
 APPNAME = 'libcxml'
-VERSION = '0.12.0'
+VERSION = '0.12.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