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:52:25 +0100 |
| commit | d1e17b2719ed8930caecb0c80e51e0c2fd813b7c (patch) | |
| tree | 4138c16d1d7c4a800c433b13f21e522c0861e84e /wscript | |
| parent | 723f062e76370a142144a86df8c75fc2176c744e (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] |
