diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 22:28:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 22:28:41 +0100 |
| commit | ea6fd2fdda36fb5ef5d592781d9aab3e1ab7dda3 (patch) | |
| tree | a16d37ce0d68e34e71a59ffdf7dae472a62efae3 | |
| parent | ca436a8e96e02f982790d4168ac3dfe1d589451c (diff) | |
Bump versionv2.8.8
| -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-06-02 Carl Hetherington <cth@carlh.net> + * Version 2.8.8 released. + +2016-06-02 Carl Hetherington <cth@carlh.net> + * Fix crash when loading projects from pre-2.8.5. * Fix broken content properties under translation. diff --git a/debian/changelog b/debian/changelog index 5f3de7adf..b567cba17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.7-1) UNRELEASED; urgency=low +dcpomatic (2.8.8-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -424,8 +424,9 @@ dcpomatic (2.8.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 02 Jun 2016 15:17:33 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 02 Jun 2016 22:28:40 +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.7devel' +VERSION = '2.8.8' def options(opt): opt.load('compiler_cxx') |
