Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 11:40:46 +0000 (12:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 11:40:46 +0000 (12:40 +0100)
wscript

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