diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-07 00:48:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-07 00:48:20 +0100 |
| commit | b54c634b8c61eb7b90bd47b4b8ea8288985d342f (patch) | |
| tree | 67f6890c948eda8fa06f28fdc690a52861905661 | |
| parent | d36cccb94a870e0826f25378cc34475086e9a0aa (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 @@ 2015-05-07 Carl Hetherington <cth@carlh.net> + * Version 2.0.43 released. + +2015-05-07 Carl Hetherington <cth@carlh.net> + * A few small but possibly sigificant correctness fixes for subtitles (thanks to dcp_inspect). diff --git a/debian/changelog b/debian/changelog index 8b92df444..43750e790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.42-1) UNRELEASED; urgency=low +dcpomatic (2.0.43-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -221,8 +221,9 @@ dcpomatic (2.0.42-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 04 May 2015 03:03:10 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 07 May 2015 00:48:20 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.42devel' +VERSION = '2.0.43' def options(opt): opt.load('compiler_cxx') |
