diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-10 10:30:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-10 10:30:28 +0000 |
| commit | 12602f84b286ae3fc1555a3332609edb2c4d3571 (patch) | |
| tree | c0902b6c5486d89a2abd75a41b9d9d5c8faa2a39 | |
| parent | 3ace8d6c8400939a6b66743fe395a0c16a90ecf2 (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-10 Carl Hetherington <cth@carlh.net> + * Version 1.62.0 released. + +2014-01-10 Carl Hetherington <cth@carlh.net> + * Try to stop the queue of things to write filling up excessively on fast CPUs. diff --git a/debian/changelog b/debian/changelog index f9e7bedf6..b4efe501f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.61.2-1) UNRELEASED; urgency=low +dcpomatic (1.62.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -67,8 +67,9 @@ dcpomatic (1.61.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 10 Jan 2014 09:34:56 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 10 Jan 2014 10:30:28 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.62.0pre' +VERSION = '1.62.0' def options(opt): opt.load('compiler_cxx') |
