diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-20 17:54:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-20 17:54:37 +0100 |
| commit | 3a6513b30997e98e7e5af66e143a43a1f27ca22b (patch) | |
| tree | 35e973a4a7196a6c703bcd422720a3f31080b1ef | |
| parent | 38a3df73b20851bb3b81736f94bf0a593a91b475 (diff) | |
Bump versionv2.1.43
| -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 @@ 2015-08-20 Carl Hetherington <cth@carlh.net> + * Version 2.1.43 released. + +2015-08-20 Carl Hetherington <cth@carlh.net> + * Fix assertion failure with overlapping video content (#666). 2015-08-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 379045114..82f5c5cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.42-1) UNRELEASED; urgency=low +dcpomatic (2.1.43-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -273,8 +273,9 @@ dcpomatic (2.1.42-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 19 Aug 2015 19:29:07 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 20 Aug 2015 17:54:37 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.42devel' +VERSION = '2.1.43' def options(opt): opt.load('compiler_cxx') |
