diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-16 21:16:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-16 21:16:33 +0100 |
| commit | 99178eea5f3d326ece871ec82da1d7ca9e2dbcaf (patch) | |
| tree | fb061859d069605944bc62c5b27543265d4e60ab | |
| parent | 138dbf31b4f4d711113f91d597c4f312b756d59b (diff) | |
| parent | c177bbcd0f77aab611064fd8bd706b0df337d881 (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -4,6 +4,10 @@ 2014-09-14 Carl Hetherington <cth@carlh.net> + * Version 1.73.6 released. + +2014-09-14 Carl Hetherington <cth@carlh.net> + * Version 1.73.5 released. 2014-09-14 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0584ec5c2..07f0510ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.5-1) UNRELEASED; urgency=low +dcpomatic (1.73.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -181,8 +181,9 @@ dcpomatic (1.73.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Sep 2014 10:56:13 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Sep 2014 21:50:07 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.5devel' +VERSION = '1.73.6devel' def options(opt): opt.load('compiler_cxx') |
