X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=3bfad65ad9a82121c81da2dcdb8c87436d9fc225;hb=933224aae82fa8500b29584866a868d4fc0497c9;hp=6d10069273333609780fcf2a5f7c9138858f101f;hpb=87227491d5572698a33ff3204ec51a5dc54030bc;p=dcpomatic.git diff --git a/wscript b/wscript index 6d1006927..3bfad65ad 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.15devel' +VERSION = '2.9.29devel' def options(opt): opt.load('compiler_cxx')