diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-18 22:36:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-18 22:36:05 +0000 |
| commit | 490af0bac5ec51120f6fed9c5b8b1a0c01427e45 (patch) | |
| tree | 390860446befd91388616398a2dc65d35c7a82e5 | |
| parent | 318952d76cfc5b21f43180f8b94d5cff63e98a59 (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-02-18 Carl Hetherington <cth@carlh.net> + * Version 0.73beta8 released. + +2013-02-18 Carl Hetherington <cth@carlh.net> + * Version 0.73beta7 released. 2013-02-17 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 4de11d175..c369262ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta8-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Mon, 18 Feb 2013 22:35:51 +0000 + dvdomatic (0.73beta7-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta7' +VERSION = '0.73beta8' def options(opt): opt.load('compiler_cxx') |
