diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-14 22:41:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-14 22:41:33 +0000 |
| commit | 77807c0a4008937d639873fef03fb3d099d4cab7 (patch) | |
| tree | 579f2872118e45eb47e8f7c7ce827afe8db05e12 | |
| parent | 321c6607e98b7f8352a8a8e4d44c1dff63db3d5e (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-14 Carl Hetherington <cth@carlh.net> + * Version 1.63.2 released. + +2014-01-14 Carl Hetherington <cth@carlh.net> + * Fix problems with adding new soundtracks to FFmpeg content with no audio track. diff --git a/debian/changelog b/debian/changelog index d8a4c8810..1aec0f649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.1-1) UNRELEASED; urgency=low +dcpomatic (1.63.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -73,8 +73,9 @@ dcpomatic (1.63.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 14 Jan 2014 11:09:45 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 14 Jan 2014 22:41:33 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.1devel' +VERSION = '1.63.2' def options(opt): opt.load('compiler_cxx') |
