Change version number.
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Jan 2016 17:46:09 +0000 (17:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Jan 2016 17:46:09 +0000 (17:46 +0000)
wscript

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