diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 16:45:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 16:45:29 +0000 |
| commit | 5d8629247628ba553df9b017bad5a1f841373f11 (patch) | |
| tree | 24ce194d4afa2d3b5d1967de1b10bfff2ab906d0 | |
| parent | 3753cb8685e1755b067676345a5871db24149d0f (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-03-04 Carl Hetherington <cth@carlh.net> + * Version 1.64.18 released. + +2014-03-04 Carl Hetherington <cth@carlh.net> + * Add option to disable all scaling of the input video. 2014-03-03 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index de5db1e33..cd98d1bd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.17-1) UNRELEASED; urgency=low +dcpomatic (1.64.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -98,8 +98,9 @@ dcpomatic (1.64.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 26 Feb 2014 22:34:16 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 04 Mar 2014 16:45:28 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.17devel' +VERSION = '1.64.18' def options(opt): opt.load('compiler_cxx') |
