diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-26 00:59:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-26 00:59:46 +0000 |
| commit | 011f2e1ef50bf670fcb0053677f35cd8fd6666b3 (patch) | |
| tree | 5d1b3551c35490fb6b7b8bcbaebe742648a1e133 | |
| parent | 1262fa53826afb4c6916e2961d4e82bdb6ead9cd (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-03-26 Carl Hetherington <cth@carlh.net> + * Version 0.78beta8 released. + +2013-03-26 Carl Hetherington <cth@carlh.net> + * Add button to cancel jobs. 2013-03-26 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 7ae0b8a70..569d6d5a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta8-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 00:59:36 +0000 + dvdomatic (0.78beta7-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta7' +VERSION = '0.78beta8' def options(opt): opt.load('compiler_cxx') |
