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:06:54 +0200 |
| commit | b0a8599f69fbdc5a38a02fbe578c6c93c8896d31 (patch) | |
| tree | fdcd6791a89016101ea97a8be5e8637219e7fb0d /wscript | |
| parent | f41d6c693c1cd5816bef2f1651ed017c8564213c (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] |
