diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-28 16:28:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-28 16:28:17 +0100 |
| commit | 921118f32fa284038383d40bec1d34d06ca9721b (patch) | |
| tree | a2a191251ff1a472e7a11aac052f5c5be4742867 | |
| parent | c75d5f1bbe03e83d3ab0ba4c76f8a6ce53eb197d (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 @@ 2013-04-28 Carl Hetherington <cth@carlh.net> + * Version 0.88 released. + +2013-04-28 Carl Hetherington <cth@carlh.net> + * Fix broken external audio support. 2013-04-24 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 83729c309..76e64d1c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.88-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sun, 28 Apr 2013 16:28:17 +0100 + dvdomatic (0.87-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.88pre' +VERSION = '0.88' def options(opt): opt.load('compiler_cxx') |
