Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Jan 2018 00:53:52 +0000 (00:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Jan 2018 00:53:52 +0000 (00:53 +0000)
wscript

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