X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=30d6fb8d67e6ee538390a5159b4a5bf31465d331;hb=036c739fe6ea0b9873d4697b4ddec433644c1f51;hp=0e6ae47dd0fc832e5781aec923d3154f610f6fbe;hpb=4ca3e80cb3943bd3994250f536dbe0483f350606;p=dcpomatic.git diff --git a/wscript b/wscript index 0e6ae47dd..30d6fb8d6 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.29' +VERSION = '2.11.29devel' def options(opt): opt.load('compiler_cxx')