From: Carl Hetherington Date: Thu, 23 Oct 2014 21:03:21 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~545^2~3^2~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=6cc014a02566edf9d0d82a874460581a85c90eee;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 6639724da..5306688d3 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.5' +VERSION = '1.76.5devel' def options(opt): opt.load('compiler_cxx')