diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 21:10:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 21:10:05 +0000 |
| commit | edbf0a24cfda59e5358a1070a40673c28d82d8ae (patch) | |
| tree | d8b93b62a781066a605e121b2bfb5399942002d9 | |
| parent | 61153e191b98a68e0ca6466ed260a632a584b619 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-01-12 Carl Hetherington <cth@carlh.net> + * Version 0.71beta1 released. + +2013-01-12 Carl Hetherington <cth@carlh.net> + * Untested support for splitting DCPs into multiple reels. diff --git a/debian/changelog b/debian/changelog index ec1e3c774..72f08dd54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -dvdomatic (0.70-1) UNRELEASED; urgency=low +dvdomatic (0.71beta1-1) UNRELEASED; urgency=low * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@houllier.lan> Mon, 07 Jan 2013 23:57:26 +0000 + -- Carl Hetherington <cth@carlh.net> Sat, 12 Jan 2013 21:09:53 +0000 dvdomatic (0.70beta3-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.71pre' +VERSION = '0.71beta1' def options(opt): opt.load('compiler_cxx') |
