diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-20 10:10:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-20 10:10:09 +0000 |
| commit | 273af1ba9848edbc8d87d70ec945f00805a01436 (patch) | |
| tree | 57c2f73ea0fa8cf9b32ace50f2f3cab8faf2c920 | |
| parent | c2b2ab9718ec0b1b301b10036fc1bc9994c16920 (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-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.15' def options(opt): opt.load('compiler_cxx') |
