From 180a8b0cd936cda8e10fe0aa29c0113c01c59727 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Oct 2014 09:32:14 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69af59f2c..ed089ba54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-22 Carl Hetherington + + * Version 1.76.3 released. + 2014-10-22 Carl Hetherington * Fix bug where some files from iTunes would diff --git a/debian/changelog b/debian/changelog index 05d8e42bf..750be88ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.76.2-1) UNRELEASED; urgency=low +dcpomatic (1.76.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -193,8 +193,9 @@ dcpomatic (1.76.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Mon, 20 Oct 2014 22:50:32 +0100 + -- Carl Hetherington Wed, 22 Oct 2014 09:32:14 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 62b47d9a4..0c5dbf033 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.2devel' +VERSION = '1.76.3' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From a7601beaa8983c9d012d9230ce66aa861f34e67f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Oct 2014 09:32:14 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 0c5dbf033..80948816e 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.3' +VERSION = '1.76.3devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3