diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-28 22:01:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-28 22:01:06 +0100 |
| commit | 861465ce07cbb72b0c34f8ee1048ba5ed4685ab8 (patch) | |
| tree | 0178959ab2bacdaeba7a37a4cfa51607f317ee74 | |
| parent | 84fa37fa81adee2ab61a987d8f8f5bce0276e16a (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-28 Carl Hetherington <cth@carlh.net> + * Version 0.105 released. + +2013-06-28 Carl Hetherington <cth@carlh.net> + * Work around GTK bugs related to the directory picker (in the new film dialogue). There is a buggy GTK included in Ubuntu 13.04 (and Mint 15). diff --git a/debian/changelog b/debian/changelog index d12d73316..7ccc2bf84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.105-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 28 Jun 2013 22:01:06 +0100 + dvdomatic (0.104-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.105pre' +VERSION = '0.105' def options(opt): opt.load('compiler_cxx') |
