diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-04 23:08:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-04 23:08:40 +0100 |
| commit | 04327c05ecef3cc1f055c9685afc3abe8ecc3bfb (patch) | |
| tree | 55edc9a40cd82ffbda4cd7a09bd241d2fecbe779 | |
| parent | 99428af22969a6cfb1dbd2053a9356bb23b3182f (diff) | |
Bump versionv2.1.32
| -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-08-04 Carl Hetherington <cth@carlh.net> + * Version 2.1.32 released. + +2015-08-04 Carl Hetherington <cth@carlh.net> + * Add --standard option to dcpomatic_create. * Disable "2D version of 3D content" ISDCF metadata diff --git a/debian/changelog b/debian/changelog index 8edbe9b3a..2964aa2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.31-1) UNRELEASED; urgency=low +dcpomatic (2.1.32-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -262,8 +262,9 @@ dcpomatic (2.1.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 29 Jul 2015 21:01:27 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 04 Aug 2015 23:08:39 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.31devel' +VERSION = '2.1.32' def options(opt): opt.load('compiler_cxx') |
