From: Carl Hetherington Date: Fri, 23 Jan 2015 21:23:06 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~281^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=28332150a0cc45e5f339a01389cd3e327d0907df;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 6e7abf69e..d0745c22f 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.37' +VERSION = '2.0.37devel' def options(opt): opt.load('compiler_cxx')