From: Carl Hetherington Date: Sun, 10 May 2015 02:23:45 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~89^2~40^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=57875ffdd1f9d67ed1b91ae8155d612aaa8caf6f;hp=2bdc870c89dbd4727118ff96c49011864f1ebf21;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 1bb2b41c6..1ba0db01c 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.46' +VERSION = '2.0.46devel' def options(opt): opt.load('compiler_cxx')