From: Carl Hetherington Date: Tue, 11 Dec 2012 22:46:18 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1450 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=5b94b810863d860ac11738ad827dedb5ff2e8607;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 208ce1341..07b57839f 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.60' +VERSION = '0.61pre' def options(opt): opt.load('compiler_cxx')