diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-08 23:23:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-08 23:23:14 +0100 |
| commit | ed6d952507ef997fdbf0c0b08e8e10666a36ea97 (patch) | |
| tree | e6eea576220603f133cf9d648dd18368073c1b26 | |
| parent | 0d5c2ebba76db5a007a78903b97be0b79db9eef5 (diff) | |
Bump versionv2.8.9
| -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-08 Carl Hetherington <cth@carlh.net> + + * Version 2.8.9 released. + 2016-06-07 c.hetherington <cth@carlh.net> * Add tooltips over content channel names in the diff --git a/debian/changelog b/debian/changelog index b567cba17..2c1b3fa93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.8-1) UNRELEASED; urgency=low +dcpomatic (2.8.9-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -425,8 +425,9 @@ dcpomatic (2.8.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 02 Jun 2016 22:28:40 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 08 Jun 2016 23:23:14 +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.8devel' +VERSION = '2.8.9' def options(opt): opt.load('compiler_cxx') |
