diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-25 16:56:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-25 16:56:01 +0100 |
| commit | 0858cb84088aa1b84afb0833bd3c73b89fd0dcc8 (patch) | |
| tree | 6d03d5179db9c73e3314e4f53cf980b098a30463 | |
| parent | cb895211125e20d6a2acffb5c9b828b478d13868 (diff) | |
Bump versionv2.7.16
| -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 @@ +2016-04-25 Carl Hetherington <cth@carlh.net> + + * Version 2.7.16 released. + 2016-04-25 c.hetherington <cth@carlh.net> * Updated de_DE translation from Carsten Kurz. diff --git a/debian/changelog b/debian/changelog index 73b6a7567..cc4866241 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.15-1) UNRELEASED; urgency=low +dcpomatic (2.7.16-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -411,8 +411,9 @@ dcpomatic (2.7.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 25 Apr 2016 01:53:41 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 25 Apr 2016 16:56:00 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.7.15devel' +VERSION = '2.7.16' def options(opt): opt.load('compiler_cxx') |
