diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:57:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:57:47 +0100 |
| commit | f4086e8a19269917cb144a5425ce5d06deedf645 (patch) | |
| tree | 59d2370e030fab684ad3339a27f8e8f237658d07 | |
| parent | 5eacf5f4805181617e486805ab5d07ccf5e21cde (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-09 Carl Hetherington <cth@carlh.net> + * Version 1.69.1 released. + +2014-05-09 Carl Hetherington <cth@carlh.net> + * Fix crash on using content with more than 12 audio channels. * Re-introduce ffprobe call when adding content. diff --git a/debian/changelog b/debian/changelog index 0f31a2716..7bf686d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.0-1) UNRELEASED; urgency=low +dcpomatic (1.69.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -124,8 +124,9 @@ dcpomatic (1.69.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 05 May 2014 16:41:46 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 09 May 2014 22:57:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.0devel' +VERSION = '1.69.1' def options(opt): opt.load('compiler_cxx') |
