summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-16 23:34:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-16 23:34:08 +0100
commitbde215ea2c306bd011a6ccd1d5ba5f3002288dc5 (patch)
treef3d3e876169aeddc90ef0afe39ba6bddbfe5d643 /wscript
parent5428ba193aff7b55dcc4b31ee92fd40ecea591f5 (diff)
Builds .debs.
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',