From: Carl Hetherington Date: Sat, 16 Feb 2013 21:19:35 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~654^2~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b10f5d0458fbf276c4870e0b83be8ce622a75f4c;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index bec619ded..13a29da98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-16 Carl Hetherington + + * Version 0.73beta1 released. + 2013-02-15 Carl Hetherington * Fix non-recognition of BMP for still images (#55), diff --git a/debian/changelog b/debian/changelog index 9ee5288ba..0c3e4ea8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 16 Feb 2013 21:19:24 +0000 + dvdomatic (0.72-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 06c193c4f..473388d37 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73pre' +VERSION = '0.73beta1' def options(opt): opt.load('compiler_cxx')