diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-26 01:22:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-26 01:22:36 +0100 |
| commit | 7c40d679653b4fca189baa7cdb2013cf71aa4aaf (patch) | |
| tree | 8fa911a40439cb958367640e35a5539b866b005c | |
| parent | c244e637eb0e6d64800f1c916d5e8a772a570143 (diff) | |
Bump versionv2.12.13
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2018-10-26 Carl Hetherington <cth@carlh.net> + + * Version 2.12.13 released. + 2018-10-08 Carl Hetherington <cth@carlh.net> * Fix bad parsing of ASS lines embedded into FFmpeg files diff --git a/debian/changelog b/debian/changelog index 920c61925..46e4ddf2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.12-1) UNRELEASED; urgency=low +dcpomatic (2.12.13-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -584,8 +584,9 @@ dcpomatic (2.12.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 25 Sep 2018 22:14:56 +0100 + -- Carl Hetherington <carl@main.carlh.net> Fri, 26 Oct 2018 01:22:35 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.12.12devel' +VERSION = '2.12.13' def options(opt): opt.load('compiler_cxx') |
