diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-16 21:19:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-16 21:19:54 +0100 |
| commit | 3615d8eb524ca5178e037ba9eaced19fa4c02fbb (patch) | |
| tree | a098370a2c2ec2237f9fa391e41543c8629fe9f3 | |
| parent | 99178eea5f3d326ece871ec82da1d7ca9e2dbcaf (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2014-09-16 Carl Hetherington <cth@carlh.net> + * Version 1.73.7 released. + +2014-09-16 Carl Hetherington <cth@carlh.net> + * Fix non-update of audio gain when changing selected content. 2014-09-14 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 07f0510ee..16e2e433a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.6-1) UNRELEASED; urgency=low +dcpomatic (1.73.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -182,8 +182,9 @@ dcpomatic (1.73.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Sep 2014 21:50:07 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 16 Sep 2014 21:19:53 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.6devel' +VERSION = '1.73.7' def options(opt): opt.load('compiler_cxx') |
