X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=5f5942d117d43f2c92959f538a8fc1d1dbb42931;hb=d2118a1cc5dfce446caa33a9917ef9129fc576e1;hp=e0d759bac64d012133e609b579000c006b90f347;hpb=89384629fa7020b11f0bf68cbf19f69de244a040;p=dcpomatic.git diff --git a/wscript b/wscript index e0d759bac..5f5942d11 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.13devel' +VERSION = '2.6.14devel' def options(opt): opt.load('compiler_cxx')