From: Carl Hetherington Date: Sat, 18 Jun 2016 23:43:52 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.8.11~1^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=796e6a7dc6f4ff24956ed5c4b9fae78ac7253a7f;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index ee3b5b481..e1dc197a4 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.10' +VERSION = '2.8.10devel' def options(opt): opt.load('compiler_cxx')