summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 16:39:30 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 16:39:30 +0000
commit1eab24b62a7a1b8de7f886ccf0961ffa268ee1be (patch)
tree8f947f0deb389b686f9206d72ecafd58880140a4 /wscript
parent2e7e4645ef034d339ea7f2cf6381d80b59c3d116 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 505e10a..4953ccc 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
from waflib import Context
APPNAME = 'libsub'
-VERSION = '1.2.3'
+VERSION = '1.2.3devel'
API_VERSION = '-1.0'
def options(opt):