diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:30:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:30:59 +0000 |
| commit | 4edef2db899dd5463889e5d8cb709e6b90ddcecc (patch) | |
| tree | c07bd579fd82fab9b865532b7227f09d05fef9da | |
| parent | 7da8b9a341dc558e0daaa1c1e1a618bcb32f3eb9 (diff) | |
Bump versionv2.6.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,5 +1,9 @@ 2015-12-23 Carl Hetherington <cth@carlh.net> + * Version 2.6.9 released. + +2015-12-23 Carl Hetherington <cth@carlh.net> + * Add stored list of DKDMs to KDM creator (#767). 2015-12-22 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index a4278ff92..791e173b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.8-1) UNRELEASED; urgency=low +dcpomatic (2.6.9-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -365,8 +365,9 @@ dcpomatic (2.6.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 21 Dec 2015 14:24:40 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 23 Dec 2015 00:30:58 +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.8devel' +VERSION = '2.6.9' def options(opt): opt.load('compiler_cxx') |
