diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-20 21:54:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-20 21:54:28 +0100 |
| commit | 6cba2a90ce50c9c84b421df51ccdd1bd68bfb466 (patch) | |
| tree | b0048a8f2eae70a6ce9eb5309fa2a81b7cd4529c | |
| parent | 5ba9edaabe4dabbbfb213f1ef053301f604d2517 (diff) | |
Bump versionv2.1.26
| -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-07-20 Carl Hetherington <cth@carlh.net> + * Version 2.1.26 released. + +2015-07-20 Carl Hetherington <cth@carlh.net> + * Fix missing second lines of subtitles in some cases (#641). diff --git a/debian/changelog b/debian/changelog index cad467a3f..ed5aa2bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.25-1) UNRELEASED; urgency=low +dcpomatic (2.1.26-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -256,8 +256,9 @@ dcpomatic (2.1.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jul 2015 22:15:52 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 20 Jul 2015 21:54:28 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.25devel' +VERSION = '2.1.26' def options(opt): opt.load('compiler_cxx') |
