From: Carl Hetherington Date: Thu, 14 May 2015 08:09:38 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~89^2~15 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=387c979b4fd9222190bdff7dcf9f7eb1f0c91a60 Bump version --- diff --git a/ChangeLog b/ChangeLog index 8f5107092..0da299a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-05-14 Carl Hetherington + + * Version 2.0.47 released. + 2015-05-13 c.hetherington * Various fixes to embedded image subtitle diff --git a/debian/changelog b/debian/changelog index 7850ebcc7..cb6baec5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.46-1) UNRELEASED; urgency=low +dcpomatic (2.0.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -225,8 +225,9 @@ dcpomatic (2.0.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sun, 10 May 2015 03:23:45 +0100 + -- Carl Hetherington Thu, 14 May 2015 09:09:37 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 8edc2e869..a81854f84 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.46devel' +VERSION = '2.0.47' def options(opt): opt.load('compiler_cxx')