diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-21 22:42:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-21 22:42:54 +0100 |
| commit | c520e29284b55c428330123a1c1fd51ca0bf80d4 (patch) | |
| tree | 926d986fc549d68fd1e3163880c51c779e1e8175 | |
| parent | 5276319cf874ecca22fbafc531834108f9be3bf5 (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 @@ 2013-10-21 Carl Hetherington <cth@carlh.net> + * Version 1.19 released. + +2013-10-21 Carl Hetherington <cth@carlh.net> + * Fix Rec. 709 gammas (from Lilian Lefranc) 2013-10-20 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 4059e2dd1..7a9849e31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.18-1) UNRELEASED; urgency=low +dcpomatic (1.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -22,8 +22,9 @@ dcpomatic (1.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 20 Oct 2013 00:39:22 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 21 Oct 2013 22:42:54 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.19pre' +VERSION = '1.19' def options(opt): opt.load('compiler_cxx') |
