Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 02:08:52 +0000 (02:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 02:08:52 +0000 (02:08 +0000)
wscript

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