From: Carl Hetherington Date: Sat, 16 Feb 2013 22:42:42 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~654^2~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=91bcba607961ce35c43156f2e4b02d1f2544a5c8;hp=38ab054c2ec22a853ee6abbe3f3683d153e9bb63;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 13a29da98..90062e2e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-16 Carl Hetherington + + * Version 0.73beta2 released. + 2013-02-16 Carl Hetherington * Version 0.73beta1 released. diff --git a/debian/changelog b/debian/changelog index 0c3e4ea8e..318575c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta2-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 16 Feb 2013 22:42:32 +0000 + dvdomatic (0.73beta1-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 473388d37..a029d41a6 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta1' +VERSION = '0.73beta2' def options(opt): opt.load('compiler_cxx')