diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-09 23:50:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-09 23:50:30 +0100 |
| commit | 6477dc2040945fa0c0341660a6229a2153e22dd5 (patch) | |
| tree | 671fca3d8968074c07d7cc242de00dd619cbb3fc | |
| parent | c4286643eb51f0b881cd0f1092d2ec695f49b941 (diff) | |
Bump versionv2.1.37
| -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-08-09 Carl Hetherington <cth@carlh.net> + * Version 2.1.37 released. + +2015-08-09 Carl Hetherington <cth@carlh.net> + * Fix various incorrect behaviours with 96kHz audio sources. diff --git a/debian/changelog b/debian/changelog index cb4ecb941..87538f2fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.36-1) UNRELEASED; urgency=low +dcpomatic (2.1.37-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -267,8 +267,9 @@ dcpomatic (2.1.36-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 06 Aug 2015 20:19:01 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 09 Aug 2015 23:50:29 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.36devel' +VERSION = '2.1.37' def options(opt): opt.load('compiler_cxx') |
