diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-11 09:14:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-11 09:14:42 +0000 |
| commit | b30ff27ec22ee16d4732fcaac924106e90ea1a87 (patch) | |
| tree | 9d3353238696dac26bdcf1c0ff449dfe8427a4bc | |
| parent | 759789f8bffe9889c1afd1433fcc6c92e38ed475 (diff) | |
| parent | 2aa656cdac05f21d43eb236bf1f9c6ce806644dc (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2014-03-10 Carl Hetherington <cth@carlh.net> + + * Version 1.66.0 released. + +2014-03-09 Carl Hetherington <cth@carlh.net> + + * Version 1.65.2 released. + 2014-03-09 Carl Hetherington <cth@carlh.net> * Restore old behaviour of "no-stretch" mode with crop. diff --git a/debian/changelog b/debian/changelog index 2290bd776..066646601 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.65.1-1) UNRELEASED; urgency=low +dcpomatic (1.66.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -102,8 +102,10 @@ dcpomatic (1.65.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Mar 2014 19:10:49 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Mar 2014 15:49:01 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.65.1devel' +VERSION = '1.66.0devel' def options(opt): opt.load('compiler_cxx') |
