diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-04 03:03:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-04 03:03:10 +0100 |
| commit | 37cfcd1c45151dc5672d4743294ffad176dd5453 (patch) | |
| tree | f3f613f795f0c0c4ba4adabe5262d9049a2084f4 | |
| parent | ebf25a46a20e3db3a9d0629ee33f822a3c25cc2f (diff) | |
Bump version
| -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-05-04 Carl Hetherington <cth@carlh.net> + * Version 2.0.42 released. + +2015-05-04 Carl Hetherington <cth@carlh.net> + * Move restore-default-prefs option (#537). * Don't try to update config dialog when its window has been diff --git a/debian/changelog b/debian/changelog index 2bca0e8ea..8b92df444 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.41-1) UNRELEASED; urgency=low +dcpomatic (2.0.42-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -220,8 +220,9 @@ dcpomatic (2.0.41-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 25 Feb 2015 00:14:39 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 04 May 2015 03:03:10 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.41devel' +VERSION = '2.0.42' def options(opt): opt.load('compiler_cxx') |
