diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -2,6 +2,10 @@ * Add option to set user interface language. +2013-03-25 Carl Hetherington <cth@carlh.net> + + * Version 0.78beta6 released. + 2013-03-24 Carl Hetherington <cth@carlh.net> * Add UI option to select interface language. diff --git a/debian/changelog b/debian/changelog index f5037d78d..372b53124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta6-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Mon, 25 Mar 2013 00:08:10 +0000 + dvdomatic (0.78beta5-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta5' +VERSION = '0.78beta6' def options(opt): opt.load('compiler_cxx') |
