diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 16:06:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 16:06:06 +0000 |
| commit | 45f8345bf8b0222bcd57b081ad08855653f529af (patch) | |
| tree | c9afe54622dd29a7d80751dbdba08cd6726eb597 | |
| parent | 36abe25c04bf46cf191286605618dbc6407bbfe4 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-01-06 Carl Hetherington <cth@carlh.net> + * Version 0.70beta1 released. + +2013-01-06 Carl Hetherington <cth@carlh.net> + * Put mono soundtracks on the centre speaker, rather than on left (reported by Mike Blakesley). diff --git a/debian/changelog b/debian/changelog index 1c335756e..f06d73a7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -dvdomatic (0.69-1) UNRELEASED; urgency=low +dvdomatic (0.70beta1-1) UNRELEASED; urgency=low * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@houllier.lan> Sun, 23 Dec 2012 02:06:46 +0000 + -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 16:05:58 +0000 dvdomatic (0.68-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.70pre' +VERSION = '0.70beta1' def options(opt): opt.load('compiler_cxx') |
