summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 94a20c0..861d619 100644
--- a/wscript
+++ b/wscript
@@ -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',