diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-26 20:48:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-26 20:48:27 +0100 |
| commit | 78dc1250feed93df7f519c559949d4fac4cc5b1a (patch) | |
| tree | 15ff586d01c73aa34e4f7f931db34b25971c2256 | |
| parent | ad5cc13514cb02b523fe1b553fc727e570dac6de (diff) | |
Note that newer libsub version is required.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ from waflib import Logs, Context APPNAME = 'dcpomatic' libdcp_version = '1.8.100' -libsub_version = '1.6.42' +libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] git_head = subprocess.Popen(['git', 'rev-parse', '--short=9', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
