diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:52:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:52:44 +0000 |
| commit | 10e4674e2a0d4d2652ad84372daa2783e4744e62 (patch) | |
| tree | 5f97df71c8731a7aa5e50507fa20c7ffc6759b64 | |
| parent | 51893eb9db4ee3064473eb57f17df36856767149 (diff) | |
| parent | a0dbdd93a589115a21a0d30ff440efc7b4031158 (diff) | |
Merge.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -2,6 +2,10 @@ * Use Mbit/s instead of the incorrect MBps. + * Version 1.63.7 released. + +2014-01-28 Carl Hetherington <cth@carlh.net> + * Try to prevent Windows machines going to sleep during encodes. * Add option to not install main program / server on Windows. diff --git a/debian/changelog b/debian/changelog index f66069e3d..447f201f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.6-1) UNRELEASED; urgency=low +dcpomatic (1.63.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -78,8 +78,9 @@ dcpomatic (1.63.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 23 Jan 2014 00:40:06 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 28 Jan 2014 15:56:45 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.6devel' +VERSION = '1.63.7devel' def options(opt): opt.load('compiler_cxx') |
