diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-21 22:48:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-21 22:48:10 +0000 |
| commit | c84a7abebc2e50aadd8758d15287f53f79d23a30 (patch) | |
| tree | ef5a9a9b599a25d1638ec2fa06350aa7535b4c69 | |
| parent | 2e0283e334b77873b2244cef39ac2fb362dd7836 (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-21 Carl Hetherington <cth@carlh.net> + * Version 1.63.5 released. + +2014-01-21 Carl Hetherington <cth@carlh.net> + * Potentially major fix for bad A/V sync. 2014-01-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index d57397fd3..922852069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.4-1) UNRELEASED; urgency=low +dcpomatic (1.63.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -76,8 +76,9 @@ dcpomatic (1.63.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jan 2014 21:38:40 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 21 Jan 2014 22:48:10 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.4devel' +VERSION = '1.63.5' def options(opt): opt.load('compiler_cxx') |
