summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:17:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:17:12 +0100
commit7e31cdbf557461ffc797873bb370c0bed548a36c (patch)
tree988f5cc066b7870bddfea639e385758eb73d45fe /wscript
parent9bd9a122e518aad2bb94fe3efab06d2a74a25b7e (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 51a7a78..003230b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libsub'
-VERSION = '1.1.3'
+VERSION = '1.1.3devel'
API_VERSION = '-1.0'
def options(opt):