diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-12 00:17:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-12 00:17:47 +0100 |
| commit | f7897a0f53ccf3bc13eafabf7a8f8ea81461c55e (patch) | |
| tree | a77aba16fdacc3b4dc40ed4b324baa149bd6fdf9 | |
| parent | ec5d4f7f0525a39dab9d26d360c2c931cdc3d0f6 (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-12 Carl Hetherington <cth@carlh.net> + * Version 2.0.9 released. + +2014-09-12 Carl Hetherington <cth@carlh.net> + * Add "re-examine" option to content context menu (#339). 2014-09-11 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index cb8c44575..8dc45469b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.8-1) UNRELEASED; urgency=low +dcpomatic (2.0.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -178,8 +178,9 @@ dcpomatic (2.0.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 10 Sep 2014 09:45:31 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 12 Sep 2014 00:17:46 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '2.0.8devel' +VERSION = '2.0.9' def options(opt): opt.load('compiler_cxx') |
