diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:44:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:44:03 +0100 |
| commit | 86880ddcedaf39522a92a3a63d2a5df48fdf2284 (patch) | |
| tree | 49e0688286af0020d4fc46f8d50fe027366dc222 | |
| parent | a4e7f2fe00fcec204de6562d0b8eba9ca80207cd (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-08-29 Carl Hetherington <cth@carlh.net> + * Version 1.01beta1 released. + +2013-08-29 Carl Hetherington <cth@carlh.net> + * Fix emissions of large chunks of silence when analysing audio in some cases. diff --git a/debian/changelog b/debian/changelog index 9100198e9..e2ff671a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -dcpomatic (1.00-1) UNRELEASED; urgency=low +dcpomatic (1.01beta1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:05:38 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 29 Aug 2013 12:44:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.01pre' +VERSION = '1.01beta1' def options(opt): opt.load('compiler_cxx') |
