diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-13 23:13:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-13 23:13:29 +0000 |
| commit | 2c6436815fe1c28270cd339f6bfc20cd798df230 (patch) | |
| tree | f262f709685eb84df52b9460092ac2dca5f64ef8 | |
| parent | 7891a3d8b7d552b88439e601e6ed1a2d4d2fbf5e (diff) | |
Bump versionv2.11.73
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2018-03-13 Carl Hetherington <cth@carlh.net> + + * Version 2.11.73 released. + 2018-02-27 Carl Hetherington <cth@carlh.net> * Add a hint about the stereo-to-5.1 upmixers being diff --git a/debian/changelog b/debian/changelog index 285328847..5430869df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.72-1) UNRELEASED; urgency=low +dcpomatic (2.11.73-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -564,8 +564,9 @@ dcpomatic (2.11.72-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Fri, 09 Mar 2018 10:18:07 +0000 + -- Carl Hetherington <carl@main.carlh.net> Tue, 13 Mar 2018 23:13:28 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.72devel' +VERSION = '2.11.73' def options(opt): opt.load('compiler_cxx') |
