diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-09 23:41:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-09 23:41:56 +0100 |
| commit | 853e256220b9d8f49cc19555daaf5045d36c9999 (patch) | |
| tree | 785947fca98b569a2d0789398f1554c74a83436f | |
| parent | bc2eba1550e5fb7e2dfefff174b469fc94cc730b (diff) | |
| parent | 143ea1cc13a6f662026614e140cbffbf21658c95 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
| -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 @@ 2017-10-09 Carl Hetherington <cth@carlh.net> + * Version 2.11.25 released. + +2017-10-09 Carl Hetherington <cth@carlh.net> + * Updated cs_CZ translation from Tomáš Begeni. 2017-10-05 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 172607886..e0c5f48d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.24-1) UNRELEASED; urgency=low +dcpomatic (2.11.25-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -516,8 +516,9 @@ dcpomatic (2.11.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sun, 01 Oct 2017 22:02:20 +0100 + -- Carl Hetherington <carl@main.carlh.net> Mon, 09 Oct 2017 23:25:23 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.24devel' +VERSION = '2.11.25devel' def options(opt): opt.load('compiler_cxx') |
