diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:22:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:22:48 +0000 |
| commit | ddf0bcd828f5cd10804704b3cb862876a4b5cf5f (patch) | |
| tree | 2a3649b87b954ae80e517bdb24c81da5915d926e | |
| parent | 94fe4f4b6373ca40a4ca5be06a1c8caea5ed76f2 (diff) | |
Bump versionv2.6.23
| -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 @@ 2016-02-21 Carl Hetherington <cth@carlh.net> + * Version 2.6.23 released. + +2016-02-21 Carl Hetherington <cth@carlh.net> + * Fix duplicate <LoadFont> nodes in subtitle files. 2016-02-18 c.hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 16cde887b..1bd7cd223 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.22-1) UNRELEASED; urgency=low +dcpomatic (2.6.23-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -379,8 +379,9 @@ dcpomatic (2.6.22-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 16 Feb 2016 10:50:13 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 21 Feb 2016 19:22:47 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.22devel' +VERSION = '2.6.23' def options(opt): opt.load('compiler_cxx') |
