Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 19:12:41 +0000 (19:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 19:12:41 +0000 (19:12 +0000)
wscript

diff --git a/wscript b/wscript
index c699c5e0750bf9b3afe76abbe90e16ccca83ca93..d823be28d8f2de698453edf5f277e0895520ada6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'libasdcp-cth'
-VERSION = '0.1.0'
+VERSION = '0.1.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')