From: Carl Hetherington Date: Sun, 26 Oct 2014 22:43:43 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~534^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=53351b4f2f5a08a5d220c34785291979a5283161;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 91b6e5bd7..7f0cbfb03 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.16' +VERSION = '2.0.16devel' def options(opt): opt.load('compiler_cxx')