diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-27 21:46:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-27 21:46:39 +0100 |
| commit | 17d5149097c922e36aa14a0375ce7e37477ddedd (patch) | |
| tree | fb4d8f023717457b951b8ea6e1b9a0cd61cba88b | |
| parent | becbcedd712a6d53c4c6be56aadf3121b2f16341 (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-04-27 Carl Hetherington <cth@carlh.net> + * Version 1.66.16 released. + +2014-04-27 Carl Hetherington <cth@carlh.net> + * Add .dpx to the list of acceptable image files. * Slightly better handling of uncaught exceptions. diff --git a/debian/changelog b/debian/changelog index afae04044..f941ea6b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.15-1) UNRELEASED; urgency=low +dcpomatic (1.66.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -119,8 +119,9 @@ dcpomatic (1.66.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 25 Apr 2014 23:45:05 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 27 Apr 2014 21:46:39 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.15devel' +VERSION = '1.66.16' def options(opt): opt.load('compiler_cxx') |
