diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 15:56:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 15:56:45 +0000 |
| commit | 259486c47986e8cfe2d81462cb1a60a8d096e1fc (patch) | |
| tree | 30344126afd9cf70cbd192c707e21c2e2788aff7 | |
| parent | 11544ebe755cdcf345f53c581c2b1370ccd95e87 (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-28 Carl Hetherington <cth@carlh.net> + * Version 1.63.7 released. + +2014-01-28 Carl Hetherington <cth@carlh.net> + * Try to prevent Windows machines going to sleep during encodes. 2014-01-26 Carl Hetherington <cth@carlh.net> 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.7' def options(opt): opt.load('compiler_cxx') |
