summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-01 19:44:16 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-01 19:44:16 +0000
commitd65fa96976b648f3cfc4bf93a4b00abb93183bf8 (patch)
tree2643ad2312a171441aad907fffcc335937a8c249
parent53d49acd4079197873bd93fbf5f2adcd1d09bdd6 (diff)
Bump versionv0.15.1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6042358..b211fd9 100644
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
from waflib import Context
APPNAME = 'libcxml'
-VERSION = '0.15.0devel'
+VERSION = '0.15.1'
API_VERSION = '0.0.0'
def options(opt):