diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-15 01:57:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-15 01:57:18 +0000 |
| commit | 3b70dc77fbe3de1124426cf3677261af796e3035 (patch) | |
| tree | 1ea423bd972cca02c0ac9750b3d9f90f0029b4d3 | |
| parent | 1a0aeb9b5639f31dc50e4a2c72c4dc33899a7d4a (diff) | |
Bump versionv2.11.42
| -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 @@ +2018-01-15 Carl Hetherington <cth@carlh.net> + + * Version 2.11.42 released. + 2018-01-14 Carl Hetherington <cth@carlh.net> * Updated nl_NL translation from Rob van Nieuwkerk. diff --git a/debian/changelog b/debian/changelog index 77a0b1ccb..0d4ba1083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.41-1) UNRELEASED; urgency=low +dcpomatic (2.11.42-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -533,8 +533,9 @@ dcpomatic (2.11.41-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sun, 14 Jan 2018 02:28:34 +0000 + -- Carl Hetherington <carl@main.carlh.net> Mon, 15 Jan 2018 01:57:17 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.41devel' +VERSION = '2.11.42' def options(opt): opt.load('compiler_cxx') |
