diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-09 22:34:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-09 22:34:42 +0100 |
| commit | 65c5092806e7d3bfb3fb7501e7bab6bb0bc939ab (patch) | |
| tree | d53c408151ddaecc77d79ce393ded88897683b0c | |
| parent | 71bfa8bdd16060076ea948ae6ac9ac468ba6b7dc (diff) | |
Bump versionv2.7.11
| -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-09 Carl Hetherington <cth@carlh.net> + + * Version 2.7.11 released. + 2016-04-08 Carl Hetherington <cth@carlh.net> * Version 2.7.10 released. diff --git a/debian/changelog b/debian/changelog index 20a85af7e..8d8cccd8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.10-1) UNRELEASED; urgency=low +dcpomatic (2.7.11-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -406,8 +406,9 @@ dcpomatic (2.7.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 08 Apr 2016 19:19:59 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 09 Apr 2016 22:34:41 +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.10devel' +VERSION = '2.7.11' def options(opt): opt.load('compiler_cxx') |
