summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-14 15:03:45 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-14 15:03:45 +0000
commit4f65fabbf934c6143d5210e27623740fa075ed3a (patch)
treecd66bbe9b75e3d278caca8fb944514eda29438af /wscript
parent07c7db68d5f41bdc3e983c0a69db7f0e89e12403 (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 2e731e8..1960e63 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'libasdcp-cth'
-VERSION = '0.1.1'
+VERSION = '0.1.1devel'
def options(opt):
opt.load('compiler_cxx')