diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-26 10:36:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-26 10:36:11 +0000 |
| commit | 6a6496723b5cd368e595d524540972ace409589d (patch) | |
| tree | b610458bb837201df0ff8c01cbac39a5e0afc41a | |
| parent | 3b4505de9db48441b08a4af20f8f7cc149de0b21 (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.78beta9 released. + +2013-03-26 Carl Hetherington <cth@carlh.net> + * Version 0.78beta8 released. 2013-03-26 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 569d6d5a0..453fe95e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta9-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 10:36:05 +0000 + dvdomatic (0.78beta8-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta8' +VERSION = '0.78beta9' def options(opt): opt.load('compiler_cxx') |
