diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 01:20:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 01:20:18 +0100 |
| commit | c01ecbcd0e41c679ebd95b8f3627b8ffff644254 (patch) | |
| tree | f8b1bf559d2e788e6fe6f322eacdaafe7331f3cc | |
| parent | 605355f3335d189f6243be42bf254df2ba0442f2 (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-06-27 Carl Hetherington <cth@carlh.net> + * Version 0.104 released. + +2013-06-27 Carl Hetherington <cth@carlh.net> + * Hopefully fix problems with end-trim not working. 2013-06-24 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 16d58a5d0..d12d73316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.104-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 27 Jun 2013 01:20:18 +0100 + dvdomatic (0.103-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.104pre' +VERSION = '0.104' def options(opt): opt.load('compiler_cxx') |
