diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:35:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:35:42 +0100 |
| commit | 318b72ade96244d6b314d88a1c492f02472dddda (patch) | |
| tree | 633aa5930e25cc9649cc3393443bb87fd6b04bc9 /wscript | |
| parent | bde215ea2c306bd011a6ccd1d5ba5f3002288dc5 (diff) | |
Remove erroneous hack to version number.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
