diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-09 22:54:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-09 22:54:00 +0100 |
| commit | 38c56df418b6191506fbae22377276fc7a63f38b (patch) | |
| tree | cf454848d22152c3db9da6d12d1b4f98c68b5c85 | |
| parent | 2f485da571a1b15e1679d109035b70ae42c4bdc6 (diff) | |
Bump versionv2.1.60
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2015-09-09 Carl Hetherington <cth@carlh.net> + * Version 2.1.60 released. + +2015-09-09 Carl Hetherington <cth@carlh.net> + * Updated fr_FR translation from Thierry Journet. * Version 2.1.59 released. diff --git a/debian/changelog b/debian/changelog index 8e9cb6cdb..b225db7d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.59-1) UNRELEASED; urgency=low +dcpomatic (2.1.60-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -294,7 +294,10 @@ dcpomatic (2.1.59-1) UNRELEASED; urgency=low [ c.hetherington ] * New upstream release. - -- c.hetherington <c.hetherington@cs2-24.cs> Wed, 09 Sep 2015 09:55:43 +0100 + [ Carl Hetherington ] + * New upstream release. + + -- Carl Hetherington <cth@carlh.net> Wed, 09 Sep 2015 22:54:00 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.59devel' +VERSION = '2.1.60' def options(opt): opt.load('compiler_cxx') |
