diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-14 15:14:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-14 15:14:07 +0000 |
| commit | ab13859cd30879e63f068ca8d27334e8a0bc44d8 (patch) | |
| tree | 73eb38bf1f63f01e99488254ddcbd576f3600fe8 | |
| parent | 11359630efdceb5f690ee1e7000a4ae73d47a393 (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-14 Carl Hetherington <cth@carlh.net> + * Version 0.77beta1 released. + +2013-03-14 Carl Hetherington <cth@carlh.net> + * Work-around lack of support for hard links. * Fix a few bugs with A/B mode. diff --git a/debian/changelog b/debian/changelog index e23ebfbd4..4a3f68e48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.77beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 14 Mar 2013 15:14:01 +0000 + dvdomatic (0.76-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.77pre' +VERSION = '0.77beta1' def options(opt): opt.load('compiler_cxx') |
