From: Carl Hetherington Date: Tue, 1 Sep 2015 23:10:17 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.1.51~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=0e31bf38638a8f2c0b08af01e4214c21452f81f2;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 86e2d549e..7195ee627 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.50' +VERSION = '2.1.50devel' def options(opt): opt.load('compiler_cxx')