diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-14 13:22:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-14 13:22:30 +0100 |
| commit | 5dcb82b696d8abe7bfcd2c58cf22d6ead34ab95a (patch) | |
| tree | e5e6d9e986f0be67cc489d55fda43ea11526d85b | |
| parent | 9cb16d975e3369e4163b4e78eaa478b9ce5c57a6 (diff) | |
| parent | ed5fb94d493cc1db7fedbfd17128c5a0c9744f50 (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
| -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-09-14 Carl Hetherington <cth@carlh.net> + * Version 1.73.5 released. + +2014-09-14 Carl Hetherington <cth@carlh.net> + * Update to nl_NL translation from Cherif Ben Brahim. 2014-09-12 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 5462ec7e4..0584ec5c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.4-1) UNRELEASED; urgency=low +dcpomatic (1.73.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -180,8 +180,9 @@ dcpomatic (1.73.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 08 Sep 2014 23:03:01 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Sep 2014 10:56:13 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.4devel' +VERSION = '1.73.5devel' def options(opt): opt.load('compiler_cxx') |
