summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-03 22:07:59 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-03 22:07:59 +0100
commit51ea42395338e2a18028da69967052e28d46ced8 (patch)
tree72593d916a2320f3b45a6b6174405b82aea1b72e
parent15f44ed7ccfacae52bbab48eddba86215fac9537 (diff)
Bump versionv1.1.13
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6406c90..d022fc2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
from waflib import Context
APPNAME = 'libsub'
-VERSION = '1.1.12devel'
+VERSION = '1.1.13'
API_VERSION = '-1.0'
def options(opt):