Bump libdcp for <Space> tag implementation. v1.6.3
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Oct 2021 20:50:32 +0000 (22:50 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Oct 2021 13:30:08 +0000 (15:30 +0200)
cscript

diff --git a/cscript b/cscript
index 4b9f91575a84efb7918ba8d47170def8f6d53c85..0660d7590f8b3522e432f805be6c698463540ace 100644 (file)
--- 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