X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=e2a8fe2321b89eae1bad39982f3f1e1c72d58271;hb=ea712da2072fe8730504c10aa2120464989d1a6c;hp=9249f5e2d8163a38d856bb17e2607b933c67482b;hpb=8f3539e599e046392fff8711547d1847c082006e;p=dcpomatic.git diff --git a/wscript b/wscript index 9249f5e2d..e2a8fe232 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.10.4' +VERSION = '2.10.6devel' def options(opt): opt.load('compiler_cxx')