diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 16:20:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 16:20:29 +0000 |
| commit | 1d69f61742e08f93e59e9edc9982a9eb5dea391b (patch) | |
| tree | 846d7196ab181dd8992878bfb7d1de22137d912d | |
| parent | f9b0c993f8c241e538f8947c49aa8e0f24442a7d (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-18 Carl Hetherington <cth@carlh.net> + * Version 1.66.3 released. + +2014-03-18 Carl Hetherington <cth@carlh.net> + * Fix bad rounding of timecodes. * Tentative support for 3D from alternate frames of the source. diff --git a/debian/changelog b/debian/changelog index c7b6fbebc..48e48f1d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.2-1) UNRELEASED; urgency=low +dcpomatic (1.66.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -106,8 +106,9 @@ dcpomatic (1.66.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 17 Mar 2014 09:20:12 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 18 Mar 2014 16:20:29 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.2devel' +VERSION = '1.66.3' def options(opt): opt.load('compiler_cxx') |
