diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-24 09:57:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-24 09:57:26 +0000 |
| commit | 53c84fd3aa5d7aaf9747e1904865f88f96c73d26 (patch) | |
| tree | c0e55ee360fad5bc05324940614cb3f5382c6af4 | |
| parent | 70cc5012d775536be079fcb75d0c03655ca0e0f2 (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,5 +1,9 @@ 2014-03-24 Carl Hetherington <cth@carlh.net> + * Version 1.66.7 released. + +2014-03-24 Carl Hetherington <cth@carlh.net> + * Fix error on creating DCPs without audio. 2014-03-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0c9719e16..ddcb99e6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.6-1) UNRELEASED; urgency=low +dcpomatic (1.66.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -110,8 +110,9 @@ dcpomatic (1.66.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 23 Mar 2014 20:41:31 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 24 Mar 2014 09:57:26 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.6devel' +VERSION = '1.66.7' def options(opt): opt.load('compiler_cxx') |
