From: Carl Hetherington Date: Wed, 10 Jun 2015 20:51:08 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.50^0 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=83a7cfdbed909b582aecc654b620baac4cd07f79;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 9db166734..4d61ec8dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-10 Carl Hetherington + + * Version 2.0.50 released. + 2015-06-10 c.hetherington * 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 Tue, 09 Jun 2015 23:19:16 +0100 + -- Carl Hetherington Wed, 10 Jun 2015 21:51:08 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 084d75d49..fc5dc47a9 100644 --- a/wscript +++ b/wscript @@ -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')