X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=7852bb38233b0be3da151b264386a3651541dc21;hb=3458d0ec34f08a8eeef9b158f26a476a18548353;hp=1fe4bcec84ca3676b2bbe3f9281951ce845e85d5;hpb=4f34e16657e8690d4ab422e8609b2a42d5b1b22f;p=dcpomatic.git diff --git a/wscript b/wscript index 1fe4bcec8..7852bb382 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.6devel' +VERSION = '2.11.10devel' def options(opt): opt.load('compiler_cxx')