diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-06 15:17:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-06 15:17:59 +0100 |
| commit | 4e99fbf516b8a5d5c350950aee6d9068a4acf3b7 (patch) | |
| tree | 2c535315f2fc4657910858416660ff10984477b6 | |
| parent | aaf8e09b0091cae13eba9d39073571ab2f874ae2 (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,3 +1,7 @@ +2014-10-06 Carl Hetherington <cth@carlh.net> + + * Version 1.73.9 released. + 2014-09-28 Carl Hetherington <cth@carlh.net> * Version 1.73.8 released. diff --git a/debian/changelog b/debian/changelog index fe31a1bf8..30e9a1839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.8-1) UNRELEASED; urgency=low +dcpomatic (1.73.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -184,8 +184,9 @@ dcpomatic (1.73.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 28 Sep 2014 23:54:07 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 06 Oct 2014 15:17:59 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.8devel' +VERSION = '1.73.9' def options(opt): opt.load('compiler_cxx') |
