From: Carl Hetherington Date: Thu, 23 Oct 2014 21:02:47 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~545^2~3^2~7 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9a2fa65ce3209a3c156e0baf0712f042b402f57b;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 9d0f94777..78459b28f 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.4' +VERSION = '1.76.4devel' def options(opt): opt.load('compiler_cxx')