diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:34:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:34:29 +0100 |
| commit | 7c09e31665ddc7d60eefd5815cf81af42289008f (patch) | |
| tree | 382a648451c243b5b772718a526a63f7861096ec | |
| parent | ddffcd80a6208193027be869d8487c0a43d30b0b (diff) | |
| parent | 111e86c66c12bafa79a09d5050fe130e4cc99532 (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
| -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 @@ 2014-05-28 Carl Hetherington <cth@carlh.net> + * Version 1.69.16 released. + +2014-05-28 Carl Hetherington <cth@carlh.net> + * Rework KDM generation to be about CPLs rather than DCPs, and allow specification of any CPL to generate KDMs for. diff --git a/debian/changelog b/debian/changelog index 12e76bb3b..304eb01c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.15-1) UNRELEASED; urgency=low +dcpomatic (1.69.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -139,8 +139,9 @@ dcpomatic (1.69.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 27 May 2014 14:40:35 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 28 May 2014 23:32:27 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.15devel' +VERSION = '1.69.16devel' def options(opt): opt.load('compiler_cxx') |
