summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 17:01:33 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 17:01:33 +0100
commit96204665c508205fd181fd1df7d9bf47a3a141ce (patch)
tree3986de4ad5a8715a000bbcf79175beae1718e805
parent68eb2b1793177e834788dec1b322b4e1edf6d5c3 (diff)
Bump versionv1.1.1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f66d49a..6ac08c0 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libsub'
-VERSION = '1.1.0devel'
+VERSION = '1.1.1'
API_VERSION = '-1.0'
def options(opt):