diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-18 23:49:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-18 23:49:54 +0000 |
| commit | dc948db769b60fd4ccb2f2fde497832f15ff62b1 (patch) | |
| tree | d008f5d82e50fa30cf7ad1772ac2f729283556df | |
| parent | 7562002ab2b40cb5066d2d5536391c4fa3f4adbc (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-12-18 Carl Hetherington <cth@carlh.net> + * Version 0.67 released. + +2012-12-18 Carl Hetherington <cth@carlh.net> + * Support non-planar float and signed 16-bit planar audio; be less crashy when unsupported audio formats diff --git a/debian/changelog b/debian/changelog index 07727f86c..83439be72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.67-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 18 Dec 2012 23:49:27 +0000 + dvdomatic (0.66-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.67pre' +VERSION = '0.67' def options(opt): opt.load('compiler_cxx') |
