From: Carl Hetherington Date: Tue, 26 Aug 2014 20:47:56 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~561^2~66 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2dcfcdadf31b4fe43cf7a3c9556a2bc002f9fd78 Bump version --- diff --git a/ChangeLog b/ChangeLog index c3d8a77c4..bbc8299cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-26 Carl Hetherington + + * Version 1.73.0 released. + 2014-08-25 Carl Hetherington * Basic recent files list in the File menu. diff --git a/debian/changelog b/debian/changelog index f5d36b9df..7002c19cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.12-1) UNRELEASED; urgency=low +dcpomatic (1.73.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -175,8 +175,9 @@ dcpomatic (1.72.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sat, 23 Aug 2014 18:47:52 +0100 + -- Carl Hetherington Tue, 26 Aug 2014 21:47:56 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index eaa4260cc..7fb68292d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.12devel' +VERSION = '1.73.0' def options(opt): opt.load('compiler_cxx')