diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-10 10:48:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-10 10:48:32 +0100 |
| commit | 35ecf24fdc59b8673df7a4870fffad0b1535dce1 (patch) | |
| tree | d8f42fc864ad2d469b46bd83b1fce37242fb3e34 | |
| parent | 406ddd165456ad769b4109535530d408a4221077 (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 @@ 2013-10-10 Carl Hetherington <cth@carlh.net> + * Version 1.11 released. + +2013-10-10 Carl Hetherington <cth@carlh.net> + * libdcp fix to incorrect signature digests. 2013-10-09 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 19200f983..d6a3e52be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.10-1) UNRELEASED; urgency=low +dcpomatic (1.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -14,8 +14,9 @@ dcpomatic (1.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 16:39:22 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 10 Oct 2013 10:48:32 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.11pre' +VERSION = '1.11' def options(opt): opt.load('compiler_cxx') |
