Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 02:28:34 +0000 (02:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 02:28:34 +0000 (02:28 +0000)
wscript

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