Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Dec 2017 10:31:46 +0000 (10:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 13 Dec 2017 10:31:46 +0000 (10:31 +0000)
wscript

diff --git a/wscript b/wscript
index d42f821a7abf8e4e6dbed2dd49547237f627f78a..1bd5a057090a86669981b6e484f0bd6b50631645 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.28'
+VERSION = '2.11.28devel'
 
 def options(opt):
     opt.load('compiler_cxx')