X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=ba23e3ea2627ea43875bc2f9c6ca16e95e813601;hb=cca752c350e50ac57740060d0a2684187075e4bb;hp=844d7379fbec3fc0949227547bcdc36eaf3bebcd;hpb=be3702d5f2eee705e2c9fb3b3a3b3ff00a03eefb;p=dcpomatic.git diff --git a/wscript b/wscript index 844d7379f..ba23e3ea2 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.20devel' +VERSION = '2.6.21' def options(opt): opt.load('compiler_cxx')