diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-29 22:46:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-29 22:46:41 +0000 |
| commit | b651309f08107a5fc2fdb0cccdd5f05d94018311 (patch) | |
| tree | bba77ccc875dba98f892b4ba59eea9e992f8134a | |
| parent | 62a1e9d6cda70050b813d4ba0c3e83b7350f360d (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-29 Carl Hetherington <cth@carlh.net> + * Version 1.63.8 released. + +2014-01-29 Carl Hetherington <cth@carlh.net> + * Add subtitle X offset option. * Fix missing subtitles when subtitled content is at a non-zero position. diff --git a/debian/changelog b/debian/changelog index 447f201f7..29259b1e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.7-1) UNRELEASED; urgency=low +dcpomatic (1.63.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -79,8 +79,9 @@ dcpomatic (1.63.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 28 Jan 2014 15:56:45 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 29 Jan 2014 22:46:41 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.7devel' +VERSION = '1.63.8' def options(opt): opt.load('compiler_cxx') |
