From: Carl Hetherington Date: Wed, 22 Oct 2014 13:24:54 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~546 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e725a6b4bce2a05275ee611965c62d6803f3bf7c;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 0e8cca746..0a9e00e9c 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.15' +VERSION = '2.0.15devel' def options(opt): opt.load('compiler_cxx')