diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-21 10:16:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-21 10:16:31 +0000 |
| commit | 353507afb5ed4249d554a4e8e7e78d9076fb0e40 (patch) | |
| tree | 0fa17a04d856d8380931f6ff81c82a96412ee274 | |
| parent | 79d60a7d5ec3e7a978887dc358b169bce7fd4bce (diff) | |
| parent | 74f5e7e90457cff19140a71db80937cad279a184 (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
| -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-02-20 Carl Hetherington <cth@carlh.net> + * Version 1.64.15 released. + +2014-02-20 Carl Hetherington <cth@carlh.net> + * Basic support for 7.1 / HI/VI audio tracks. 2014-02-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index e32d67e6a..79b1f98c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.14-1) UNRELEASED; urgency=low +dcpomatic (1.64.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -95,8 +95,9 @@ dcpomatic (1.64.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 18 Feb 2014 23:03:21 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 20 Feb 2014 10:10:09 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.14devel' +VERSION = '1.64.15devel' def options(opt): opt.load('compiler_cxx') |
