diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 14:52:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 14:52:51 +0000 |
| commit | 08b57ee2ed41b9de995080ff7b4fd84d8cec4002 (patch) | |
| tree | 732b90f1dbdcfbdad71b5b4a827784fe21905283 | |
| parent | d8a2e55855b50eda28ec7d394449274f5e085bd6 (diff) | |
| parent | 31b7a6478c9d8d1f590e5da856d43948489f92c5 (diff) | |
Merge.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -2,6 +2,12 @@ * A variety of fixes to small problems found by Coverity. +2014-02-05 Carl Hetherington <cth@carlh.net> + + * Version 1.64.1 released. + +2014-02-05 Carl Hetherington <cth@carlh.net> + * Updates to it_IT translation from William Fanelli. 2014-02-02 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6290cc9e7..8d31d2268 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.0-1) UNRELEASED; urgency=low +dcpomatic (1.64.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -81,8 +81,9 @@ dcpomatic (1.64.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 02 Feb 2014 23:46:54 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 05 Feb 2014 13:58:01 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.0devel' +VERSION = '1.64.1devel' def options(opt): opt.load('compiler_cxx') |
