From: Carl Hetherington Date: Sat, 18 Jun 2016 23:43:52 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.8.10^0 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7e43de17d7290208443d8e5cef9841671b6cb78a;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 784a68674..c149a339f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-06-19 Carl Hetherington + + * Version 2.8.10 released. + 2016-06-17 Carl Hetherington * Add configurable default for the number of DCP diff --git a/debian/changelog b/debian/changelog index 2c1b3fa93..d6799446a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.9-1) UNRELEASED; urgency=low +dcpomatic (2.8.10-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -426,8 +426,9 @@ dcpomatic (2.8.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Wed, 08 Jun 2016 23:23:14 +0100 + -- Carl Hetherington Sun, 19 Jun 2016 00:43:51 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 39861cf8e..ee3b5b481 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.9devel' +VERSION = '2.8.10' def options(opt): opt.load('compiler_cxx')