diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-08 23:18:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-08 23:18:37 +0000 |
| commit | e93b696a5ee3d39c723a79bb22fe6768916936eb (patch) | |
| tree | f047093aa98ee554062c472fff77e5979350fe01 | |
| parent | 65924cfef2131f9773c6a6b28182160522c01954 (diff) | |
Bump versionv2.7.1
| -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-03-08 Carl Hetherington <cth@carlh.net> + * Version 2.7.1 released. + +2016-03-08 Carl Hetherington <cth@carlh.net> + * Fix occasional crash when opening the custom colour conversion editor. diff --git a/debian/changelog b/debian/changelog index 482b8961e..387e371de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.0-1) UNRELEASED; urgency=low +dcpomatic (2.7.1-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -397,8 +397,9 @@ dcpomatic (2.7.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 08 Mar 2016 10:28:21 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 08 Mar 2016 23:18:37 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.7.0' +VERSION = '2.7.1' def options(opt): opt.load('compiler_cxx') |
