diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-25 00:08:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-25 00:08:20 +0000 |
| commit | 8a04a7c6626c7b668695799072c862b5b0f961de (patch) | |
| tree | 8225334ab5c1359c7d22f5d6931036980dd52be5 | |
| parent | be4a3a2bf0ed227f57fbe0e5efc4d47eff43216a (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-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') |
