diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-13 23:08:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-13 23:08:42 +0100 |
| commit | 7bd6bb1316a5088045a23929d0dd6f7a7e5f5d83 (patch) | |
| tree | 9bb8be740223caf2f63675bfba819dbbfc6a0b9c | |
| parent | efc8654faceec410649901ee534861904d11e432 (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-05-13 Carl Hetherington <cth@carlh.net> + * Version 1.69.6 released. + +2014-05-13 Carl Hetherington <cth@carlh.net> + * Remove artificial 100fps limit when using "any" DCP frame rate. diff --git a/debian/changelog b/debian/changelog index 243707e6a..5febf11a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.5-1) UNRELEASED; urgency=low +dcpomatic (1.69.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -129,8 +129,9 @@ dcpomatic (1.69.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 12 May 2014 23:30:33 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 13 May 2014 23:08:42 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.5devel' +VERSION = '1.69.6' def options(opt): opt.load('compiler_cxx') |
