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
commit07c7db68d5f41bdc3e983c0a69db7f0e89e12403 (patch)
tree54dcff119070fa4f04047d599f058f6de2ed72f7 /wscript
parent0350eec577ae3a65857a178cc9a917b911b74dad (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 c1a1e79..2e731e8 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'libasdcp-cth'
-VERSION = '0.1.0devel'
+VERSION = '0.1.1'
def options(opt):
opt.load('compiler_cxx')