diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-23 18:47:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-23 18:47:52 +0100 |
| commit | 6f25f88784f368163619d9eb0b27cdc2a7a6525f (patch) | |
| tree | 7b635acd1d2d77069b245e7777d9fda3783a90d4 | |
| parent | 90949746a252d8c707d552ab977fa4cb323e5316 (diff) | |
Bump version
| -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 @@ 2014-08-23 Carl Hetherington <cth@carlh.net> + * Version 1.72.12 released. + +2014-08-23 Carl Hetherington <cth@carlh.net> + * Revert previous use of AVFormatContext::start_time when computing the length of video. I think this is wrong, and causes bits to be missed off the end of videos (and other diff --git a/debian/changelog b/debian/changelog index 7427464c7..f5d36b9df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.11-1) UNRELEASED; urgency=low +dcpomatic (1.72.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -174,8 +174,9 @@ dcpomatic (1.72.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 20 Aug 2014 12:21:56 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 23 Aug 2014 18:47:52 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.11devel' +VERSION = '1.72.12' def options(opt): opt.load('compiler_cxx') |
