Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 20:05:24 +0000 (21:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 20:05:24 +0000 (21:05 +0100)
wscript

diff --git a/wscript b/wscript
index 2b70979df07d1b5d65f7a7203ec70136d31a7683..e0b964a225c0236747f23885fe6e6d1df599ab97 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.6'
+VERSION = '2.0.6devel'
 
 def options(opt):
     opt.load('compiler_cxx')