diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-14 19:20:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-14 19:20:33 +0100 |
| commit | 4faabebb78fc748ef71c7f469072c27f7da8b4a9 (patch) | |
| tree | 7f9c8eb2892340cbd51fec449936c48d97f730b7 | |
| parent | cea83d339056dbd0213d1eb327accd96ea0c3b46 (diff) | |
Bump versionv2.1.3
| -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-06-14 Carl Hetherington <cth@carlh.net> + * Version 2.1.3 released. + +2015-06-14 Carl Hetherington <cth@carlh.net> + * Fix parsing of .srt files with a Unicode byte-order-mark. diff --git a/debian/changelog b/debian/changelog index a6a4b5da7..5886d4289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.2-1) UNRELEASED; urgency=low +dcpomatic (2.1.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -233,8 +233,9 @@ dcpomatic (2.1.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 13 Jun 2015 23:50:59 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Jun 2015 19:20:33 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.2devel' +VERSION = '2.1.3' def options(opt): opt.load('compiler_cxx') |
