diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-28 00:54:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-28 00:54:09 +0100 |
| commit | 68c3938675624b4795271f1da7fb4f973b911de2 (patch) | |
| tree | b8936e7f0cd8a31de8add7d0d25a59009ffae23c | |
| parent | 6bcf76cc22ff0ed9c5598e1d92b05f93f37a510a (diff) | |
| parent | 28568281aec2086f928c3799ecb18841daa69477 (diff) | |
Fix merge.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2014-06-28 Carl Hetherington <cth@carlh.net> + * Version 1.71.1 released. + +2014-06-28 Carl Hetherington <cth@carlh.net> + * Fix crash on analysing audio (and possibly DCP creation) with resampled content. diff --git a/debian/changelog b/debian/changelog index 17f8b311a..6538c05ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.71.0-1) UNRELEASED; urgency=low +dcpomatic (1.71.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.71.0devel' +VERSION = '1.71.1devel' def options(opt): opt.load('compiler_cxx') |
