summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 15:36:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 15:36:46 +0100
commite174762de0288ac805fa3c4391f6691b7a48b62c (patch)
tree25e9ec92cedb9bc76b0904909ba441ded4060b2b
parent39c4698cee3e456a268f5f953160b5a8f2ba4f10 (diff)
Bump versionv1.1.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b668f68..897ee5f 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libsub'
-VERSION = '1.0.0devel'
+VERSION = '1.1.0'
API_VERSION = '-1.0'
def options(opt):