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 | |
| parent | b4db8954212daa278973efb44dfeb749dd88417d (diff) | |
Bump libdcp version.v1.6.11
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.10')) + return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.11')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory @@ -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] |
