diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-08 01:46:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-08 01:46:37 +0100 |
| commit | 7fe1840eb620645f0a4220f999fde69ff8cdde5c (patch) | |
| tree | 0446b386d6f995f32ff00daa970cfc3f996126c3 | |
| parent | eb2a26a969a53f5c816fe5f159098b33e3a9afeb (diff) | |
Bump versionv2.9.0
| -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-07-08 Carl Hetherington <cth@carlh.net> + + * Version 2.9.0 released. + 2016-07-07 Carl Hetherington <cth@carlh.net> * Updated fr_FR translation from Thierry Journet. diff --git a/debian/changelog b/debian/changelog index 99674bec5..c086d3da7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.20-1) UNRELEASED; urgency=low +dcpomatic (2.9.0-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -437,8 +437,9 @@ dcpomatic (2.8.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 07 Jul 2016 15:30:34 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 08 Jul 2016 01:46:36 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.20devel' +VERSION = '2.9.0' def options(opt): opt.load('compiler_cxx') |
