From: Carl Hetherington Date: Sat, 10 Oct 2015 16:10:00 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic X-Git-Tag: v2.4.8~2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6b8473e9f933e63644a7d07c65d83e863e576954;hp=d915fd0a238cc1bb9a0cb8824ac4cc81a1d1eab8;p=dcpomatic.git Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic --- diff --git a/ChangeLog b/ChangeLog index a887a90c6..5d90b75ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-10 Carl Hetherington + + * Version 2.4.7 released. + 2015-10-10 Carl Hetherington * Updated nl_NL translation from diff --git a/debian/changelog b/debian/changelog index 99471090a..e195b31fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.4.6-1) UNRELEASED; urgency=low +dcpomatic (2.4.7-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -328,8 +328,9 @@ dcpomatic (2.4.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Fri, 09 Oct 2015 17:18:35 +0100 + -- Carl Hetherington Sat, 10 Oct 2015 14:26:16 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 867b0385e..98c31d08e 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.4.6devel' +VERSION = '2.4.7devel' def options(opt): opt.load('compiler_cxx')