From: Carl Hetherington Date: Mon, 22 Sep 2014 22:05:41 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~576 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=41e0dcde8ea8ec93e14778d09db3d9604b8fada7 Bump version --- diff --git a/wscript b/wscript index ed19d2076..e2d204229 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '2.0.11' +VERSION = '2.0.11devel' def options(opt): opt.load('compiler_cxx')