diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:32:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:32:27 +0100 |
| commit | 33f423e23c804977b4a86f273b41b3e067d1036b (patch) | |
| tree | 0a96e2c425b07476448caf1e8a8fbdef67610f71 | |
| parent | 93439dbc6d93dafd88e80d51d6473c8d97aa02c7 (diff) | |
Bump version
| -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.16' def options(opt): opt.load('compiler_cxx') |
