diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-07 15:30:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-07 15:30:34 +0100 |
| commit | 2cc49811635c365fea20eedbc650ef67b3f03cc8 (patch) | |
| tree | b3e11507b31373c4fbdb625bb5d91610aba339b2 | |
| parent | fe4a806a8685e8f6932465e10d09723f75bfb1cb (diff) | |
Bump versionv2.8.20
| -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-07-07 Carl Hetherington <cth@carlh.net> + + * Version 2.8.20 released. + 2016-07-07 c.hetherington <cth@carlh.net> * Fix incorrect job running time reports (#912). diff --git a/debian/changelog b/debian/changelog index 9c2a0bae4..99674bec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.19-1) UNRELEASED; urgency=low +dcpomatic (2.8.20-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -436,8 +436,9 @@ dcpomatic (2.8.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 06 Jul 2016 19:56:40 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 07 Jul 2016 15:30:34 +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.19devel' +VERSION = '2.8.20' def options(opt): opt.load('compiler_cxx') |
