From: Carl Hetherington Date: Mon, 7 Apr 2014 18:59:18 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~551^2~251 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=548dfbd04c9e1888880feefad0a7064ee151fc56 Bump version --- diff --git a/wscript b/wscript index 9349099c9..a2d206500 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.11' +VERSION = '1.66.11devel' def options(opt): opt.load('compiler_cxx')