diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-03 15:32:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-03 15:32:33 +0100 |
| commit | c6a9b1ba309f0f5bb9739a92a3ad5f19df9fb3b8 (patch) | |
| tree | 86ddadb9338f093e1ff6fd288f3416ed42eeb069 | |
| parent | a39067b125ecfb58906a1d022f807f0a22824007 (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-06-03 Carl Hetherington <cth@carlh.net> + * Version 1.69.20 released. + +2014-06-03 Carl Hetherington <cth@carlh.net> + * Re-calculate and update audio plots when the mapping is changed. * Change the -3dB preset to -6dB since we are talking about diff --git a/debian/changelog b/debian/changelog index b340d3ce7..4b144629d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.19-1) UNRELEASED; urgency=low +dcpomatic (1.69.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -143,8 +143,9 @@ dcpomatic (1.69.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 03 Jun 2014 10:47:47 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 03 Jun 2014 15:32:33 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.19devel' +VERSION = '1.69.20' def options(opt): opt.load('compiler_cxx') |
