diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-10 21:57:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-10 21:57:30 +0000 |
| commit | 1e61fc23d973831e2ed753f66d1e735cdbe5aec5 (patch) | |
| tree | 53eb0fc56963c4b7b13eeb318be3126f958493a6 | |
| parent | 083f242875671739241ad8bf7e6f436959b5d677 (diff) | |
Bump versionv2.10.6-fix
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2017-01-10 Carl Hetherington <cth@carlh.net> + + * Version 2.10.6 released. + 2017-01-04 Carl Hetherington <cth@carlh.net> * Fix non frame-aligned trims when using the to-playhead diff --git a/debian/changelog b/debian/changelog index b3599ed19..5e27c97fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.10.5-1) UNRELEASED; urgency=low +dcpomatic (2.10.6-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -484,8 +484,9 @@ dcpomatic (2.10.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 21 Dec 2016 13:54:08 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 10 Jan 2017 21:57:30 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.10.5devel' +VERSION = '2.10.6' def options(opt): opt.load('compiler_cxx') |
