diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 15:17:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 15:17:34 +0100 |
| commit | f6b9731dd1ae09f5a96d1bab1237b5c7b10913a6 (patch) | |
| tree | 4a49a6625e5b0f605aa22fe34e191225ba36bd58 | |
| parent | b93599eb990cdad18c3de47d62575031ed688cea (diff) | |
Bump versionv2.8.7
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2016-06-02 Carl Hetherington <cth@carlh.net> + + * Version 2.8.7 released. + 2016-06-01 c.hetherington <cth@carlh.net> * Basics of better audio stream labelling in the audio diff --git a/debian/changelog b/debian/changelog index 026f0f14a..5f3de7adf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.6-1) UNRELEASED; urgency=low +dcpomatic (2.8.7-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -423,8 +423,9 @@ dcpomatic (2.8.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 31 May 2016 23:12:07 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 02 Jun 2016 15:17:33 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.6devel' +VERSION = '2.8.7' def options(opt): opt.load('compiler_cxx') |
