From: Carl Hetherington Date: Sat, 4 May 2013 20:15:34 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~385^2~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=a94ed2bd9621fe2cd604b0e3d3a7ad2e4dde937a;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 570ad9b4d..e5b7c8776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-04 Carl Hetherington + + * Version 0.89beta1 released. + 2013-05-04 Carl Hetherington * Very simple batch converter added (#127). diff --git a/debian/changelog b/debian/changelog index 76e64d1c8..a513b1144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 04 May 2013 21:15:34 +0100 + dvdomatic (0.88-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 331ebce8e..9e143074c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89pre' +VERSION = '0.89beta1' def options(opt): opt.load('compiler_cxx')