From: Carl Hetherington Date: Mon, 8 Jul 2013 22:53:25 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~302^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d2ff6a6b0256e256b6df416f280c846072f7682f Bump version --- diff --git a/wscript b/wscript index afa3e9bdc..9d3a566fe 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.108' +VERSION = '0.109pre' def options(opt): opt.load('compiler_cxx')