diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-23 22:29:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-23 22:29:16 +0000 |
| commit | a65de358d225fdfcbdabc3473cffd4f62a4b0785 (patch) | |
| tree | 50200b4de227493ce6d71162f237618053f2572f | |
| parent | c02a727074237c58c8757e862639919b35210701 (diff) | |
| parent | 28332150a0cc45e5f339a01389cd3e327d0907df (diff) | |
Fix merge.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -2,6 +2,8 @@ * Fix flicker of SubRip subtitles in some cases. + * Version 2.0.37 released. + 2015-01-21 Carl Hetherington <cth@carlh.net> * Version 2.0.36 released. diff --git a/debian/changelog b/debian/changelog index f9dad6546..0ce6a2ba5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.36-1) UNRELEASED; urgency=low +dcpomatic (2.0.37-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -215,8 +215,9 @@ dcpomatic (2.0.36-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 21 Jan 2015 19:37:44 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 23 Jan 2015 21:23:06 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.36devel' +VERSION = '2.0.37devel' def options(opt): opt.load('compiler_cxx') |
