From: Carl Hetherington Date: Wed, 18 Jun 2014 12:31:03 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~551^2~92 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=720cb01758fadd957c37667556a9ef62b0fc80ae;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index d0f8d7b3d..22e314e46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-18 Carl Hetherington + + * Version 1.69.29 released. + 2014-06-18 Carl Hetherington * Fix thinko causing incorrect audio sample rates in some cases. diff --git a/debian/changelog b/debian/changelog index 2a482b81d..fdd0cc20d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.28-1) UNRELEASED; urgency=low +dcpomatic (1.69.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -152,8 +152,9 @@ dcpomatic (1.69.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sun, 15 Jun 2014 23:53:46 +0100 + -- Carl Hetherington Wed, 18 Jun 2014 13:31:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 8956d06c0..297bf8479 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.28devel' +VERSION = '1.69.29' def options(opt): opt.load('compiler_cxx')