diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-24 22:26:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-24 22:26:27 +0100 |
| commit | ca6f92f2d46bf030752420a4f79a938bc64313ea (patch) | |
| tree | e9527b5a9cb15bf485385e5ac39a36dbd1f5714c | |
| parent | 58f2c978e1aca837e71648337a10a76d95e6f996 (diff) | |
Bump versionv2.9.38
| -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 @@ 2016-10-24 Carl Hetherington <cth@carlh.net> + * Version 2.9.38 released. + +2016-10-24 Carl Hetherington <cth@carlh.net> + * Fix more problems with 3D alternate-frame sources. diff --git a/debian/changelog b/debian/changelog index 33ce629ca..96b2dfc55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.9.37-1) UNRELEASED; urgency=low +dcpomatic (2.9.38-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -475,8 +475,9 @@ dcpomatic (2.9.37-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 19 Oct 2016 23:41:17 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 24 Oct 2016 22:26:27 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.37devel' +VERSION = '2.9.38' def options(opt): opt.load('compiler_cxx') |
