From: Carl Hetherington Date: Sun, 11 Oct 2015 17:37:55 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.4.9^0 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=d9fda4b3f5e2cee88b4c2a26d5188e85b601f719;hp=-c;p=dcpomatic.git Bump version --- d9fda4b3f5e2cee88b4c2a26d5188e85b601f719 diff --git a/ChangeLog b/ChangeLog index 9d957bf15..afaaf5800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-11 Carl Hetherington + + * Version 2.4.9 released. + 2015-10-11 Carl Hetherington * Provide progress indication when finding diff --git a/debian/changelog b/debian/changelog index 62ee8ef59..079034545 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.4.8-1) UNRELEASED; urgency=low +dcpomatic (2.4.9-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -330,8 +330,9 @@ dcpomatic (2.4.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sat, 10 Oct 2015 18:59:39 +0100 + -- Carl Hetherington Sun, 11 Oct 2015 18:37:55 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 8ee38ea4e..5c47f5b91 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.4.8devel' +VERSION = '2.4.9' def options(opt): opt.load('compiler_cxx')