diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-28 14:41:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-28 14:41:54 +0100 |
| commit | f5ba686a28a44f57ebac6c812fa1a242812a4996 (patch) | |
| tree | a3d24a70bf3ee96775a22f609c4664f590c9d1b7 | |
| parent | 4c60c74890ee16333ecf3adb87e69fc49d9a304f (diff) | |
Bump versionv2.3.8
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2015-09-28 Carl Hetherington <cth@carlh.net> + + * Version 2.3.8 released. + 2015-09-28 c.hetherington <cth@carlh.net> * Fix problems with audio analysis of some combined diff --git a/debian/changelog b/debian/changelog index 5b049ba89..26781bad9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.3.7-1) UNRELEASED; urgency=low +dcpomatic (2.3.8-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -314,8 +314,9 @@ dcpomatic (2.3.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 27 Sep 2015 21:59:29 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 28 Sep 2015 14:41:53 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.3.7devel' +VERSION = '2.3.8' def options(opt): opt.load('compiler_cxx') |
