diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-26 11:35:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-26 11:35:20 +0000 |
| commit | 29fa6e41013b65de6aeada6ec16f530c1f8c4803 (patch) | |
| tree | 30a4b3502b3da34052bcdb7405c026e2f633c440 | |
| parent | a3cce8708027e025601716f0ece11c433f14d56b (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.78beta10 released. + +2013-03-26 Carl Hetherington <cth@carlh.net> + * Version 0.78beta9 released. 2013-03-26 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 453fe95e6..49307a89b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta10-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 11:35:15 +0000 + dvdomatic (0.78beta9-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta9' +VERSION = '0.78beta10' def options(opt): opt.load('compiler_cxx') |
