diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-12 09:13:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-12 09:13:17 +0000 |
| commit | 20abfe6b7ab3fb7bcadc1134c59612b7f70afceb (patch) | |
| tree | 61a2edf2884aad9709ae6a4060113032bd6e35aa | |
| parent | dda0b03a09271fbc3566bff9e0f4cc89fb5433c3 (diff) | |
| parent | 1ede0607183bed52a0adfa26a513e5857ecf5a70 (diff) | |
Merge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 | ||||
| -rw-r--r-- | wscript | 2 |
4 files changed, 17 insertions, 3 deletions
@@ -1,5 +1,13 @@ 2014-12-11 Carl Hetherington <cth@carlh.net> + * Version 2.0.24 released. + +2014-12-11 Carl Hetherington <cth@carlh.net> + + * Version 2.0.23 released. + +2014-12-11 Carl Hetherington <cth@carlh.net> + * Add a language property to subtitle content and use it for the DCP subtitle's language specification. diff --git a/debian/changelog b/debian/changelog index 63e27c6dc..b9eb372af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.22-1) UNRELEASED; urgency=low +dcpomatic (2.0.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -201,8 +201,10 @@ dcpomatic (2.0.22-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 24 Nov 2014 11:19:58 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 11 Dec 2014 22:57:22 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 27f029d9b..1a05ed2cb 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -63,6 +63,10 @@ #include <iostream> #include <fstream> +#ifdef check +#undef check +#endif + using std::cout; using std::string; using std::vector; @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.22devel' +VERSION = '2.0.24devel' def options(opt): opt.load('compiler_cxx') |
