diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-21 16:44:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-21 16:44:35 +0100 |
| commit | 52329b9d6291f1cdf3cda6e760df8c2147fb6c29 (patch) | |
| tree | 388728c318e843a7426b06c56d5c10ccc081b01a | |
| parent | 71d8cf20889a3c419c9a3e485f461236e5317423 (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-05-21 Carl Hetherington <cth@carlh.net> + * Version 1.69.10 released. + +2014-05-21 Carl Hetherington <cth@carlh.net> + * Tidy up logging a bit and make it configurable from the GUI (moving a few things into an Advanced preferences tab at the same time). diff --git a/debian/changelog b/debian/changelog index 9043657d8..346c52a56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.9-1) UNRELEASED; urgency=low +dcpomatic (1.69.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -133,8 +133,9 @@ dcpomatic (1.69.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 19 May 2014 11:16:15 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 21 May 2014 16:44:35 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.9devel' +VERSION = '1.69.10' def options(opt): opt.load('compiler_cxx') |
