diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2014-07-29 Carl Hetherington <cth@carlh.net> + + * Version 1.72.5 released. + 2014-07-17 Carl Hetherington <cth@carlh.net> * Fix corrupted text in job descriptions in some cases. diff --git a/debian/changelog b/debian/changelog index 5bc42201a..5527b56e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.4-1) UNRELEASED; urgency=low +dcpomatic (1.72.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -169,8 +169,9 @@ dcpomatic (1.72.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@107.191.37.242.vultr.com> Wed, 16 Jul 2014 16:10:58 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 29 Jul 2014 23:33:50 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.4devel' +VERSION = '1.72.5' def options(opt): opt.load('compiler_cxx') |
