From: Carl Hetherington Date: Thu, 23 Jan 2014 00:40:07 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~919^2~19^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=4eeb723e78aadb3292a919d8ed44c70ead8d9271;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 582206c40..8790cf9a4 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.6' +VERSION = '1.63.6devel' def options(opt): opt.load('compiler_cxx')