X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=e64480b0db88919d71a8e9b0aff9b5aba02b4d44;hb=refs%2Ftags%2Fv2.7.0;hp=da45d2c2e86074b2e00045a8b462f4f91352ed56;hpb=53e786582b8b9e873981d12487c9ac49ded59615;p=dcpomatic.git diff --git a/wscript b/wscript index da45d2c2e..e64480b0d 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.36devel' +VERSION = '2.7.0' def options(opt): opt.load('compiler_cxx')