diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-25 23:45:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-25 23:45:05 +0100 |
| commit | 21394720d62c08c2bec1832d2f92c428a12d81a7 (patch) | |
| tree | eaafbea9e34fa3ef99fccc6fced6385aefac9592 | |
| parent | 9c1e0071803bf05f8c476d870e360c9e320ba696 (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-04-25 Carl Hetherington <cth@carlh.net> + * Version 1.66.15 released. + +2014-04-25 Carl Hetherington <cth@carlh.net> + * Fix subtitle display when the next subtitle is decoded before the previous one has finished. diff --git a/debian/changelog b/debian/changelog index 7000f407f..afae04044 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.14-1) UNRELEASED; urgency=low +dcpomatic (1.66.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -118,8 +118,9 @@ dcpomatic (1.66.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 24 Apr 2014 01:05:29 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 25 Apr 2014 23:45:05 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.14devel' +VERSION = '1.66.15' def options(opt): opt.load('compiler_cxx') |
