diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-28 00:46:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-28 00:46:04 +0100 |
| commit | 2632bd973e7527d7fa938d06b409e1d43bb4fe9c (patch) | |
| tree | 542d4329470378c99a862e9a7a1e1c1bd1490c29 | |
| parent | 2704fe5ce4ecfcb9214c032117be719079b93d89 (diff) | |
Bump versionv2.9.6
| -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 @@ 2016-07-28 Carl Hetherington <cth@carlh.net> + * Version 2.9.6 released. + +2016-07-28 Carl Hetherington <cth@carlh.net> + * Fix start-trim of audio-only content (#915). 2016-07-26 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 86418dd23..4583597e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.9.5-1) UNRELEASED; urgency=low +dcpomatic (2.9.6-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -443,8 +443,9 @@ dcpomatic (2.9.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 22 Jul 2016 21:09:35 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 28 Jul 2016 00:46:04 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.5devel' +VERSION = '2.9.6' def options(opt): opt.load('compiler_cxx') |
