diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-05 17:37:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-05 17:37:52 +0000 |
| commit | f6ed1c2bbae8681f2f3142bca90c6240a8c6d7bf (patch) | |
| tree | 209954675a3b31f77b9856cd05d312e63586a907 | |
| parent | 0b16b7fef9abf7a2a853ba926c18968f25f266e5 (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-03-05 Carl Hetherington <cth@carlh.net> + * Version 1.64.19 released. + +2014-03-05 Carl Hetherington <cth@carlh.net> + * Bump maximum audio channels to 12 so that we can (crudely at least) get BsL/BsR. diff --git a/debian/changelog b/debian/changelog index cd98d1bd1..d3e9ad769 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.18-1) UNRELEASED; urgency=low +dcpomatic (1.64.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -99,8 +99,9 @@ dcpomatic (1.64.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 04 Mar 2014 16:45:28 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 05 Mar 2014 17:37:52 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.18devel' +VERSION = '1.64.19' def options(opt): opt.load('compiler_cxx') |
