diff options
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ from waflib import Context APPNAME = 'libcxml' -VERSION = '0.15.1devel' +VERSION = '0.15.1' API_VERSION = '0.0.0' def options(opt): @@ -53,7 +53,7 @@ def configure(conf): v = (int(s[0]) << 16) | (int(s[1]) << 8) | int(s[2]) if v >= 0x022701: conf.env.append_value('CXXFLAGS', '-std=c++11') - + def build(bld): bld(source='libcxml.pc.in', |
