diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-19 22:32:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-19 22:32:29 +0100 |
| commit | 0271d2fa098e9b7b4b440ae6ae50bb01655264ae (patch) | |
| tree | e3ebeb46c02358d03c0ae4f6c7bc4086ff214d3d /wscript | |
| parent | b4db8954212daa278973efb44dfeb749dd88417d (diff) | |
Bump libdcp version.v1.6.11
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import shlex from waflib import Context APPNAME = 'libsub' -libdcp_version = '1.8.5' +libdcp_version = '1.8.10' 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 --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
