diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-04 22:11:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-04 22:11:05 +0100 |
| commit | 6e7c61cdaedca8056ed3c70f678b82e453ef4fe1 (patch) | |
| tree | ec8be0747bde2cf79b8fe5dccf25e0d5612e2fd9 | |
| parent | cc83bd39abad482e3777a1378417fe7d50126abd (diff) | |
Update out-of-date version requirements in wscript.
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.38' -libsub_version = '1.6.13' +libdcp_version = '1.8.55' +libsub_version = '1.6.42' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --match v* --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
