diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-09 23:59:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-09 23:59:03 +0100 |
| commit | 971c18dd51fa6c886a80af87ee523681d6967271 (patch) | |
| tree | 0ccea1da0185b9b166c8e94f6410d2f69e3b429a | |
| parent | 93c996b302589dee7d43d990f3650d636345a545 (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-06-09 Carl Hetherington <cth@carlh.net> + * Version 1.69.25 released. + +2014-06-09 Carl Hetherington <cth@carlh.net> + * Make audio gain a floating-point value in the UI (#367). * Work-around out-of-memory crashes with large start trims (#252). diff --git a/debian/changelog b/debian/changelog index 7cd4a2379..bba63b12e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.24-1) UNRELEASED; urgency=low +dcpomatic (1.69.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -148,8 +148,9 @@ dcpomatic (1.69.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Jun 2014 00:43:08 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Jun 2014 23:59:02 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.24devel' +VERSION = '1.69.25' def options(opt): opt.load('compiler_cxx') |
