diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-02 21:24:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-02 21:24:42 +0200 |
| commit | 552bac6f11a80beaaaa16644a93aee6ef15859c9 (patch) | |
| tree | d045a2c6cc699331af0453bc2d7bc6a204d8b6a3 /wscript | |
| parent | 80d5c42bd9ad8cf0d915f589635bb90a378cf4d4 (diff) | |
fixup! Adapt to some libdcp class renaming to allow open captions/closed subtitles.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.100' +libdcp_version = '1.9.15' libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
