Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Dec 2015 10:09:17 +0000 (10:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Dec 2015 10:09:17 +0000 (10:09 +0000)
wscript

diff --git a/wscript b/wscript
index 6129dcf850efdb02d49d167e8bbff57b065446fb..cbf10781e3c3cbab140eee76c776b4ac63494bd4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.1'
+VERSION = '2.6.1devel'
 
 def options(opt):
     opt.load('compiler_cxx')