diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-12 16:51:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-12 16:51:24 +0100 |
| commit | 53643e94b8372c82ddfc579b4e893a7d8457460e (patch) | |
| tree | fc7dee24560f3d93e4c9c232793d08141e40a71c | |
| parent | ea5cd3b3a69d1b651c0e2baa41e0117da084bbc4 (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-12 Carl Hetherington <cth@carlh.net> + * Version 1.69.27 released. + +2014-06-12 Carl Hetherington <cth@carlh.net> + * Add Content menu with "scale to fit width" and "scale to fit height" options. diff --git a/debian/changelog b/debian/changelog index 182f621b6..41c9652c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.26-1) UNRELEASED; urgency=low +dcpomatic (1.69.27-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -150,8 +150,9 @@ dcpomatic (1.69.26-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 12 Jun 2014 10:52:11 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 12 Jun 2014 16:51:24 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.26devel' +VERSION = '1.69.27' def options(opt): opt.load('compiler_cxx') |
