diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-09 12:35:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-09 12:35:24 +0100 |
| commit | 78f59a6e520c3a402f99f7c84dd3f47dff29e875 (patch) | |
| tree | 8a341480f168d9c4eab751085ec64742c04fd99b | |
| parent | def56b185c86001e306c1bdc6e72c67b04500ddb (diff) | |
| parent | 1db078beaf869b03ca235e25e13faaadabdb1f3b (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-08-09 Carl Hetherington <cth@carlh.net> + + * Version 1.72.8 released. + 2014-08-08 Carl Hetherington <cth@carlh.net> * Approximate support for changing timing details of multiple diff --git a/debian/changelog b/debian/changelog index f6b751080..0fa705805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.7-1) UNRELEASED; urgency=low +dcpomatic (1.72.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -171,8 +171,9 @@ dcpomatic (1.72.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@dalglish> Fri, 08 Aug 2014 10:04:46 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 09 Aug 2014 12:34:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.7devel' +VERSION = '1.72.8devel' def options(opt): opt.load('compiler_cxx') |
