From: Carl Hetherington Date: Sun, 22 May 2016 23:04:40 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.8.5~48 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=062dfa793fe484fe6eeb3828fa6462b50b6a6b27 Bump version --- diff --git a/wscript b/wscript index ed067ec71..78454565f 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.4' +VERSION = '2.8.4devel' def options(opt): opt.load('compiler_cxx')