diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-28 10:38:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-28 10:38:31 +0000 |
| commit | 6e62d321ea504a337f29a64d937c5881902099cd (patch) | |
| tree | 1448649c6e4dc9ea452883f1dca135060b19acd5 | |
| parent | fe7da4f122aaf96a869226c57b8e935ca28eee49 (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,3 +1,7 @@ +2013-03-28 Carl Hetherington <cth@carlh.net> + + * Version 0.78beta14 released. + 2013-03-27 Carl Hetherington <cth@carlh.net> * Fix erroneous disk space reporting (#85). diff --git a/debian/changelog b/debian/changelog index 82fe8bad5..4109e5c3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta14-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 28 Mar 2013 10:38:07 +0000 + dvdomatic (0.78beta13-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta13' +VERSION = '0.78beta14' def options(opt): opt.load('compiler_cxx') |
