diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:06:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:07:13 +0200 |
| commit | eb62bf59f65372c82c45607df32dbb4beb6dd46f (patch) | |
| tree | 694e2332f571840bfa4e888c46ba6df3549d8a8f /wscript | |
| parent | 53d7976f1ff72d0aab97f93b37e9528db2fce3f4 (diff) | |
Bump libdcp to 1.8.4 for caption ordering fix (#2106).
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.3' -libsub_version = '1.6.3' +libdcp_version = '1.8.4' +libsub_version = '1.6.4' 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] |
