diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-09 11:22:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-09 11:22:43 +0000 |
| commit | 8b2d9c60a71b64d94575c459a0b984b338539b7a (patch) | |
| tree | 95330984dfcd25eab2b729e90b1a45ef02f6fba3 | |
| parent | 845c5ca4982c7acf9ec8a7b3574c08a57b6a5be1 (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-12-09 Carl Hetherington <cth@carlh.net> + * Version 1.42 released. + +2013-12-09 Carl Hetherington <cth@carlh.net> + * Fix make_black for pixel format 7 (#288). 2013-12-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index bc8f48426..fe06438d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.41-1) UNRELEASED; urgency=low +dcpomatic (1.42-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -45,8 +45,9 @@ dcpomatic (1.41-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 07 Dec 2013 19:29:18 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Dec 2013 11:22:42 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.42pre' +VERSION = '1.42' def options(opt): opt.load('compiler_cxx') |
