diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-21 11:53:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-21 11:53:32 +0200 |
| commit | a285abf09235bc814fdc0acbdac837d360a10357 (patch) | |
| tree | 072845e71d4fad990ddf05aec3db98c2be4e6478 /wscript | |
| parent | a9cb7313f7846f8b2bf9f96d19cf28abd7caf7fc (diff) | |
| parent | ffa9430ad7519fb1b291af74f3bdae74cc26f453 (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
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.9.15' +libdcp_version = '1.9.21' libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
