X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=0505487d32fc09ef0591249964bfb1879803eab5;hb=408112e38effb8ba362d796f6a49380d67fc3f9d;hp=d0fe9cce6d9b25c7f8e63d23d37806f153fc2272;hpb=478e04a1ed22d105a576303371b97689e55c4c3e;p=dcpomatic.git diff --git a/wscript b/wscript index d0fe9cce6..0505487d3 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.25' +VERSION = '2.6.28devel' def options(opt): opt.load('compiler_cxx')