diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-22 18:39:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-22 18:39:51 +0000 |
| commit | 4e104043d211e9c49722b2056bf0a655f6025a2b (patch) | |
| tree | a8fcfe6ffe77b9c328c9b821857fb9025d602f53 | |
| parent | c52231e9c6ceb21909da2b29cd804025eddf717b (diff) | |
Bump versionv2.12.2
| -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 @@ 2018-03-22 Carl Hetherington <cth@carlh.net> + * Version 2.12.2 released. + +2018-03-22 Carl Hetherington <cth@carlh.net> + * Updated de_DE translation from Carsten Kurz. * Version 2.12.1 released. diff --git a/debian/changelog b/debian/changelog index 7f1e3ebd7..1dbcd4071 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.1-1) UNRELEASED; urgency=low +dcpomatic (2.12.2-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -573,8 +573,9 @@ dcpomatic (2.12.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 16:53:32 +0000 + -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 18:39:50 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.12.1devel' +VERSION = '2.12.2' def options(opt): opt.load('compiler_cxx') |
