diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-21 16:32:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-21 16:32:26 +0000 |
| commit | 0a798ac7e9f46becd037f74cd3ec9ae40873bfc3 (patch) | |
| tree | 9e32f87b46a29c6c8cb99ac78fad706f645eb81f | |
| parent | 638d355484ecc6d743bb8a15642a5a2078054a91 (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-21 Carl Hetherington <cth@carlh.net> + + * Version 0.78beta5 released. + 2013-03-20 Carl Hetherington <cth@carlh.net> * Version 0.78beta4 released. diff --git a/debian/changelog b/debian/changelog index ed660b9cc..f5037d78d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta5-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 21 Mar 2013 16:32:21 +0000 + dvdomatic (0.78beta4-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta4' +VERSION = '0.78beta5' def options(opt): opt.load('compiler_cxx') |
