diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-09 22:29:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-09 22:29:47 +0000 |
| commit | d9a28261392f140931096e1dc214dcc9076cadca (patch) | |
| tree | 45262773c1e70f5aa0d748d9962e36662b131e14 | |
| parent | 3f17f4cae769aff8910afb2bcd21d69ba970de1c (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-03-09 Carl Hetherington <cth@carlh.net> + * Version 1.65.2 released. + +2014-03-09 Carl Hetherington <cth@carlh.net> + * Restore old behaviour of "no-stretch" mode with crop. * Fix display of no-scale display mode in the player. diff --git a/debian/changelog b/debian/changelog index 2290bd776..c527b50fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.65.1-1) UNRELEASED; urgency=low +dcpomatic (1.65.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -102,8 +102,9 @@ dcpomatic (1.65.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Mar 2014 19:10:49 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 09 Mar 2014 22:29:47 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.65.1devel' +VERSION = '1.65.2' def options(opt): opt.load('compiler_cxx') |
