From: Carl Hetherington Date: Mon, 18 Feb 2013 20:39:17 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~645^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=3a5149dade77cadc89927d71ab21baefc2bc731f;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 4f724e51b..73be603c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-18 Carl Hetherington + + * Version 0.73beta7 released. + 2013-02-17 Carl Hetherington * Version 0.73beta6 released. diff --git a/debian/changelog b/debian/changelog index 38483128c..4de11d175 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta7-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Mon, 18 Feb 2013 20:38:51 +0000 + dvdomatic (0.73beta6-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 53af42d51..f557c1d2a 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta6' +VERSION = '0.73beta7' def options(opt): opt.load('compiler_cxx')