diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-13 22:49:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-13 22:49:30 +0000 |
| commit | 524d0b63dd5f37c2bb801eb55facadc9226be39f (patch) | |
| tree | 10b114b68249903d0113618f20b804986ca4a3d1 | |
| parent | 861b81d7db93cc9450e00afd3aeea5071b9f5c31 (diff) | |
Bump versionv2.7.3
| -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 @@ 2016-03-13 Carl Hetherington <cth@carlh.net> + * Version 2.7.3 released. + +2016-03-13 Carl Hetherington <cth@carlh.net> + * Updated de_DE translation from Carsten Kurz. * Ignore empty email addresses for KDMs (#818). diff --git a/debian/changelog b/debian/changelog index cd94c025a..d00fc9ad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.2-1) UNRELEASED; urgency=low +dcpomatic (2.7.3-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -398,8 +398,9 @@ dcpomatic (2.7.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 10 Mar 2016 23:28:01 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 13 Mar 2016 22:49:30 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.7.2devel' +VERSION = '2.7.3' def options(opt): opt.load('compiler_cxx') |
