Bump version
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 2e731e80ff0a808acc36f448b16725916cb99f62..1960e6369294d8fe648592ea5bcbede40378b124 100644 (file)
--- 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')