diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-24 01:26:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-24 01:26:17 +0200 |
| commit | a5a3624943ccb9769d363a84797e00cf24bbf958 (patch) | |
| tree | 8a34ad85f81ae68c6f037027a28da7f8b57b2bb0 /wscript | |
| parent | ffa9430ad7519fb1b291af74f3bdae74cc26f453 (diff) | |
Fix build with new boost (e.g. on Arch) (#2868)
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.107' +libdcp_version = '1.8.110' libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
