From: Carl Hetherington Date: Thu, 30 Oct 2014 19:43:52 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~522 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b5148a6d419992a9de14c551df2181c6a983037f;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 32e318837..18b23df46 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.19' +VERSION = '2.0.19devel' def options(opt): opt.load('compiler_cxx')