diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-02 00:23:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-02 00:23:25 +0000 |
| commit | a7e1b15deaa82df8609dc151aad232d7ff1a912c (patch) | |
| tree | 2c29b215d5405e7f6edc08c8008f6720d339796d | |
| parent | 696ff1c534d59483bed3db06705b554f615a7b85 (diff) | |
Bump versionv2.6.18
| -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-02-02 Carl Hetherington <cth@carlh.net> + * Version 2.6.18 released. + +2016-02-02 Carl Hetherington <cth@carlh.net> + * Add Delete-key shortcut to remove content. 2016-02-01 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index fd81b5883..32eac45cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.17-1) UNRELEASED; urgency=low +dcpomatic (2.6.18-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -374,8 +374,9 @@ dcpomatic (2.6.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 01 Feb 2016 01:22:27 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 02 Feb 2016 00:23:25 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.17devel' +VERSION = '2.6.18' def options(opt): opt.load('compiler_cxx') |
