From: Carl Hetherington Date: Tue, 9 Apr 2013 18:48:04 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~347^2~77 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b8b2fd0b0aeaa1ec95171eaf12c462ff8b555e0e Bump version --- diff --git a/wscript b/wscript index dc3e3b15a..ac9c416e2 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.81' +VERSION = '0.82pre' def options(opt): opt.load('compiler_cxx')