Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Feb 2016 01:01:39 +0000 (01:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Feb 2016 01:01:39 +0000 (01:01 +0000)
wscript

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