From: Carl Hetherington Date: Wed, 27 Feb 2013 11:03:17 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~595^2~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b3499c076f9270f161be1b89497eb888a48049f2;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index e0b42cf77..4b81814a7 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.75' +VERSION = '0.76pre' def options(opt): opt.load('compiler_cxx')