X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=97e898d565b3e3f9b61e013340dd2faaeb897bba;hb=2704fe5;hp=416ab0029029679efa0a203b918daba05b8b5d77;hpb=2cc49811635c365fea20eedbc650ef67b3f03cc8;p=dcpomatic.git diff --git a/wscript b/wscript index 416ab0029..97e898d56 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.20' +VERSION = '2.9.5devel' def options(opt): opt.load('compiler_cxx')