diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-13 10:31:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-13 10:31:46 +0000 |
| commit | f365aee68909d2c30e7072377f2a0eed624da723 (patch) | |
| tree | d7db4c1b8a8b8188645b05b1301ed1aef001bbbd | |
| parent | 1a74f84f210a4ad600b2c140b2341fbd9ec69874 (diff) | |
Bump versionv2.11.28
| -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-12-13 Carl Hetherington <cth@carlh.net> + + * Version 2.11.28 released. + 2017-11-08 Carl Hetherington <cth@carlh.net> * Updated nl_NL translation from Rob van Nieuwkerk. diff --git a/debian/changelog b/debian/changelog index 210c63382..3b7501dde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.27-1) UNRELEASED; urgency=low +dcpomatic (2.11.28-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -519,8 +519,9 @@ dcpomatic (2.11.27-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Wed, 18 Oct 2017 23:55:11 +0100 + -- Carl Hetherington <carl@main.carlh.net> Wed, 13 Dec 2017 10:31:46 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.27devel' +VERSION = '2.11.28' def options(opt): opt.load('compiler_cxx') |
