diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-16 09:08:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-16 09:08:54 +0100 |
| commit | 6e4a5de9e19cb3909770cf9986916dc8114aeaf5 (patch) | |
| tree | 74f1bf16a041b590f308d192edec3298f33edcbd | |
| parent | 85c2650c88e5a98ad9d96f73bbc081a084aa73fb (diff) | |
Bump versionv2.11.5
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2017-05-16 Carl Hetherington <cth@carlh.net> + + * Version 2.11.5 released. + 2017-05-15 Carl Hetherington <cth@carlh.net> * Updated nl_NL translation from Rob van Nieuwkerk. diff --git a/debian/changelog b/debian/changelog index c5fedb802..f4f76ff12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.4-1) UNRELEASED; urgency=low +dcpomatic (2.11.5-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -492,8 +492,9 @@ dcpomatic (2.11.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sat, 13 May 2017 21:50:45 +0100 + -- Carl Hetherington <carl@main.carlh.net> Tue, 16 May 2017 09:08:53 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.4devel' +VERSION = '2.11.5' def options(opt): opt.load('compiler_cxx') |
