From: Carl Hetherington Date: Mon, 3 Oct 2016 23:15:43 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.9.31~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f4bed6d2c6ed59a71590107196447be48d9a2a6a Bump version --- diff --git a/wscript b/wscript index 19c2dfed9..2027af6b2 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.30' +VERSION = '2.9.30devel' def options(opt): opt.load('compiler_cxx')