summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-16 23:35:42 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-16 23:35:42 +0100
commit318b72ade96244d6b314d88a1c492f02472dddda (patch)
tree633aa5930e25cc9649cc3393443bb87fd6b04bc9 /wscript
parentbde215ea2c306bd011a6ccd1d5ba5f3002288dc5 (diff)
Remove erroneous hack to version number.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 861d619..519d55a 100644
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
from waflib import Context
APPNAME = 'libcxml'
-VERSION = '0.15.1'
+VERSION = '0.15.1devel'
API_VERSION = '0.0.0'
def options(opt):