diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-29 15:38:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-29 15:38:52 +0000 |
| commit | ef4df1ccc8de1a1e36eb99d067495fe15154b153 (patch) | |
| tree | ae8dcf494040843a7e3fa9f09700ec639c02bd85 | |
| parent | 1c2644f220d356b3a2472f985062d907d7149871 (diff) | |
Bump versionv2.5.12
| -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-11-29 Carl Hetherington <cth@carlh.net> + * Version 2.5.12 released. + +2015-11-29 Carl Hetherington <cth@carlh.net> + * Possibly fix large memory use with burnt-in subtitles (#766). 2015-11-28 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index b6d680add..9bebc8c9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.5.11-1) UNRELEASED; urgency=low +dcpomatic (2.5.12-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -352,8 +352,9 @@ dcpomatic (2.5.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 28 Nov 2015 01:03:46 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 29 Nov 2015 15:38:52 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.5.11devel' +VERSION = '2.5.12' def options(opt): opt.load('compiler_cxx') |
