diff options
| -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.70beta3 released. + +2013-01-06 Carl Hetherington <cth@carlh.net> + * Postpone linking of duplicate video frames so that copies don't fail on Windows. diff --git a/debian/changelog b/debian/changelog index a8affa529..a61d6fa5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -dvdomatic (0.70beta2-1) UNRELEASED; urgency=low +dvdomatic (0.70beta3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 23:18:48 +0000 + -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 23:44:24 +0000 dvdomatic (0.68-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.70beta2' +VERSION = '0.70beta3' def options(opt): opt.load('compiler_cxx') |
