Bump version v0.1.1
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Mar 2016 15:03:45 +0000 (15:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Mar 2016 15:03:45 +0000 (15:03 +0000)
wscript

diff --git a/wscript b/wscript
index c1a1e794b3cb2cf2ee16112c62e5d84f921f0d93..2e731e80ff0a808acc36f448b16725916cb99f62 100644 (file)
--- 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')