diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 21:51:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 21:51:08 +0100 |
| commit | 83a7cfdbed909b582aecc654b620baac4cd07f79 (patch) | |
| tree | 654577d49cfbb52c0ebb53997b7256b5dc263510 | |
| parent | 93a7ccee1d8d6a89fa90b15893f48c0aaf1d7c9d (diff) | |
Bump versionv2.0.50
| -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-06-10 Carl Hetherington <cth@carlh.net> + + * Version 2.0.50 released. + 2015-06-10 c.hetherington <cth@carlh.net> * Skip audio analysis when there is no audio content (#596). diff --git a/debian/changelog b/debian/changelog index efc696410..6ab7d82e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.49-1) UNRELEASED; urgency=low +dcpomatic (2.0.50-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -228,8 +228,9 @@ dcpomatic (2.0.49-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 09 Jun 2015 23:19:16 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 10 Jun 2015 21:51:08 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.49devel' +VERSION = '2.0.50' def options(opt): opt.load('compiler_cxx') |
