From: Carl Hetherington Date: Sun, 29 Dec 2013 01:13:25 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1017 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=ea366080377aae73e7b6720729d3fd1c523e4c48;hp=-c;p=dcpomatic.git Bump version --- ea366080377aae73e7b6720729d3fd1c523e4c48 diff --git a/wscript b/wscript index 277a25753..2b55cfd38 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.53' +VERSION = '1.54pre' def options(opt): opt.load('compiler_cxx')