diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 02:03:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 02:03:37 +0100 |
| commit | 6c4d0cedff6f74a26dbb7c7e0244eed29627fd8a (patch) | |
| tree | 65ea3fbd1245c02f4b432481c6b040425d068a0d | |
| parent | 3bd44601d084d7139a81e787bd72fdf80832f2c3 (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-10 Carl Hetherington <cth@carlh.net> + * Version 2.0.44 released. + +2015-05-10 Carl Hetherington <cth@carlh.net> + * Fix sometimes-missing channel labels on OS X audio analysis. 2015-05-09 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 43750e790..68c9697b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.43-1) UNRELEASED; urgency=low +dcpomatic (2.0.44-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -222,8 +222,9 @@ dcpomatic (2.0.43-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 07 May 2015 00:48:20 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 10 May 2015 02:03:37 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.43devel' +VERSION = '2.0.44' def options(opt): opt.load('compiler_cxx') |
