Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Dec 2015 20:31:52 +0000 (20:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Dec 2015 20:31:52 +0000 (20:31 +0000)
wscript

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