summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-16 22:50:32 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-17 15:30:08 +0200
commitabad76993dd214296fc4a273a2c42229f1bc99e5 (patch)
tree50082dfb1095920d2bfeec317146f04243e6d245 /cscript
parent39e7bc6108f863cba4fa51de1abe07a83b2ffeb4 (diff)
Bump libdcp for <Space> tag implementation.v1.6.3
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4b9f915..0660d75 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.2'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.3'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory