diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-10 11:37:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-10 11:37:33 +0000 |
| commit | e63662ce2e55493e94fbce8f48b2809c948687d3 (patch) | |
| tree | 336b74d7ec55cdfa309c5be184b2079cb138ec84 | |
| parent | abcba79921259bb7fbe67cf0eaf607d2b53fba21 (diff) | |
Bump versionv2.5.1
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2015-11-10 Carl Hetherington <cth@carlh.net> + * Version 2.5.1 released. + +2015-11-10 Carl Hetherington <cth@carlh.net> + * Updated fr_FR translation from Thierry Journet. 2015-11-09 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 922a1af22..2d45311f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.5.0-1) UNRELEASED; urgency=low +dcpomatic (2.5.1-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -341,8 +341,9 @@ dcpomatic (2.5.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 05 Nov 2015 11:22:49 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 10 Nov 2015 11:37:32 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.5.0devel' +VERSION = '2.5.1' def options(opt): opt.load('compiler_cxx') |
