diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:08:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:08:04 +0200 |
| commit | 38460102945608b938729e8c8a1cd8d371adf5a1 (patch) | |
| tree | 68ec3ede3338df042467cf615cc314a22c780381 /wscript | |
| parent | eb6a28efc8c00b22ff93c6d4b434f624edbf8405 (diff) | |
Bump libdcp for Windows build fix.
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.8.107' libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
