diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-02 19:39:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-02 19:39:44 +0100 |
| commit | e50e596448d17f32652a8215a01ae62a32c9afea (patch) | |
| tree | 368ad0b897fead960f1d77d897893558b3d4ff37 | |
| parent | 37a7cf86cdd25b8881c030cb62c68ecbe3b2efa3 (diff) | |
| parent | 1226749f32bd48c4aa49548f6dac29b9e02fac55 (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
@@ -1,3 +1,7 @@ +2014-09-01 Carl Hetherington <cth@carlh.net> + + * Version 1.73.1 released. + 2014-08-31 Carl Hetherington <cth@carlh.net> * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)" diff --git a/debian/changelog b/debian/changelog index 7002c19cf..fe8a3c775 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.0-1) UNRELEASED; urgency=low +dcpomatic (1.73.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -176,8 +176,9 @@ dcpomatic (1.73.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 26 Aug 2014 21:47:56 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 01 Sep 2014 00:35:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.0devel' +VERSION = '1.73.1devel' def options(opt): opt.load('compiler_cxx') |
