diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-24 13:33:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-24 13:33:03 +0100 |
| commit | 47708e9a667df5be21ac5dcad4370bbbdd06e597 (patch) | |
| tree | 8e3310bcff45cffcb0a6dbb170b1d3f2ec9ae383 | |
| parent | 8f661bf91e0ff5e760765d672a10c631f53401e8 (diff) | |
Bump libdcp.v1.6.13
| -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.12')) + return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.13')) 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.12' +libdcp_version = '1.8.13' 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] |
