diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-09 23:52:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-09 23:57:20 +0100 |
| commit | 6f2844fee27f6ebb15ea772ea2cbfc7bdf988102 (patch) | |
| tree | ebe33a3171cedb9ef263aeca49158b047d3c66e0 /wscript | |
| parent | 9ff22e1694a53f09a84b01685b64dcb83e830365 (diff) | |
Bump libdcp for fix to closed caption line length verification.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.4' -libsub_version = '1.6.4' +libdcp_version = '1.8.5' +libsub_version = '1.6.5' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
