From: Carl Hetherington Date: Mon, 24 Jun 2013 22:39:57 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~302^2~35 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=5c44164020dd7a440d9f9752cf55e2f41ccd72a7;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index a402625b6..e04cea069 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.103' +VERSION = '0.104pre' def options(opt): opt.load('compiler_cxx')