diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-15 15:37:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:24:50 +0100 |
| commit | 2b0cf17f9a20729f8d43541ee405164b3806c038 (patch) | |
| tree | c5e9a1243792dbe46551ab475b181d55ecd83b0b /wscript | |
| parent | 7bc591abc86ed4742f21f45ca1d6151cb14bc100 (diff) | |
Bump libdcp for fix to subtitle formatting (#2205).
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.9' -libsub_version = '1.6.9' +libdcp_version = '1.8.12' +libsub_version = '1.6.12' 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 --match v* --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
