diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-05 22:05:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-06 21:18:23 +0200 |
| commit | 08c2f6d80873f41c063c71588e781c9e6c3179e9 (patch) | |
| tree | 52652f484ce4e69fd2bfdb4c648b2d127e7008f8 /wscript | |
| parent | 577602f032c0a129612efc8015f846f4bf6e64c9 (diff) | |
Write MainSoundConfiguration tags with hyphens for unused channels (#2501).
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.55' +libdcp_version = '1.8.66' libsub_version = '1.6.42' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] |
