From: Carl Hetherington Date: Mon, 23 Dec 2013 01:59:16 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1046^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=21ec4b21586f874048cd06bbb8c6f64ada8ccfbc;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 7a41c3dd5..4a260b588 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.47' +VERSION = '1.48pre' def options(opt): opt.load('compiler_cxx')