diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 21:27:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 21:27:55 +0100 |
| commit | f889d9987022d1d00a934b2d684de93606c6c80c (patch) | |
| tree | f4fe746de091d41b8e3e369e4f14a036147d539f | |
| parent | 46f9949259a5402267d1f2809101b4f8c371dc70 (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 @@ 2014-07-10 Carl Hetherington <cth@carlh.net> + * Version 1.72.2 released. + +2014-07-10 Carl Hetherington <cth@carlh.net> + * Try to fix corruption of KDM email setting in some cases. diff --git a/debian/changelog b/debian/changelog index 09662e58b..7a82f85e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.1-1) UNRELEASED; urgency=low +dcpomatic (1.72.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -166,8 +166,9 @@ dcpomatic (1.72.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 10 Jul 2014 15:37:26 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 10 Jul 2014 21:27:55 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.1devel' +VERSION = '1.72.2' def options(opt): opt.load('compiler_cxx') |
