diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 21:21:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 21:21:58 +0000 |
| commit | 8f7dccf5ed29dc8c5cdfe7e99b420d1dc3c5907a (patch) | |
| tree | 7afb1b550e98c870fc55e5cefe32d0bc735ae93e | |
| parent | 94f3283614dcd153eddf5a5593115ca782138733 (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-01-09 Carl Hetherington <cth@carlh.net> + * Version 1.61.0 released. + +2014-01-09 Carl Hetherington <cth@carlh.net> + * Hopefully fix somewhat inexplicable inability of Windows to open new files on top of old ones in some circumstances (with audio MXFs). diff --git a/debian/changelog b/debian/changelog index 2ce05f669..b4ac74745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.60-1) UNRELEASED; urgency=low +dcpomatic (1.61.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -64,8 +64,9 @@ dcpomatic (1.60-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 09 Jan 2014 19:02:00 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 09 Jan 2014 21:21:58 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.61pre' +VERSION = '1.61.0' def options(opt): opt.load('compiler_cxx') |
