diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:16:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:16:15 +0100 |
| commit | 2daff3539c38b5f9f85305e25a41d09fe78d4a9b (patch) | |
| tree | 3dd97d757219ebfc8c29827c41c67b38f0da35c8 | |
| parent | 474e36b15092eaf138c6381d52adf8555750a7f7 (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-05-19 Carl Hetherington <cth@carlh.net> + * Version 1.69.9 released. + +2014-05-19 Carl Hetherington <cth@carlh.net> + * Decode image sources in the multi-threaded part of the transcoder, rather than the single-threaded. diff --git a/debian/changelog b/debian/changelog index eb01ffe49..9043657d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.8-1) UNRELEASED; urgency=low +dcpomatic (1.69.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -132,8 +132,9 @@ dcpomatic (1.69.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 16 May 2014 11:45:03 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 19 May 2014 11:16:15 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.8devel' +VERSION = '1.69.9' def options(opt): opt.load('compiler_cxx') |
