diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-14 11:09:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-14 11:09:45 +0000 |
| commit | df831ba54567d89f9607d438c92d6dab76c97de0 (patch) | |
| tree | 04cfd8d26ec570293fb329d628ca1bf5cda7a71c | |
| parent | 057400eb1718e8769592e34e07d90405eb95605f (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-01-14 Carl Hetherington <cth@carlh.net> + * Version 1.63.1 released. + +2014-01-14 Carl Hetherington <cth@carlh.net> + * Try to fix subtitle problems when the video frame rate is being changed from content to DCP. diff --git a/debian/changelog b/debian/changelog index fe5f126f0..d8a4c8810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.0-1) UNRELEASED; urgency=low +dcpomatic (1.63.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -72,8 +72,9 @@ dcpomatic (1.63.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 13 Jan 2014 00:14:08 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 14 Jan 2014 11:09:45 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.0devel' +VERSION = '1.63.1' def options(opt): opt.load('compiler_cxx') |
