X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=wscript;h=f10c31d5898b819c42023ee0d3ae7fda70561d20;hb=9f116a9a089ae09826e157a564b02970e823fefc;hp=ba242c1752d54f9c7ccdd12446f12608e3cb15e0;hpb=c98006d812ebd30991dcae30f7dd7b6a092dd2c6;p=dcpomatic.git diff --git a/wscript b/wscript index ba242c175..f10c31d58 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.14' +VERSION = '2.8.16devel' def options(opt): opt.load('compiler_cxx')