X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=wscript;h=9d0ebdb7592e4d6b509cd087f5c8e4eec64375b2;hb=9797af8422b8a01b1e3ad1427bd969c1c89b5e50;hp=9ce9005b5d88dc55c84d366de99cc4d0a63941f9;hpb=49b0830290ed067f94c5f87690e9167c5706d532;p=dcpomatic.git diff --git a/wscript b/wscript index 9ce9005b5..9d0ebdb75 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.3devel' +VERSION = '2.9.27devel' def options(opt): opt.load('compiler_cxx')