libdcp version bump.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Jan 2021 20:54:54 +0000 (21:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Jan 2021 20:54:54 +0000 (21:54 +0100)
cscript

diff --git a/cscript b/cscript
index 5c32fbf1cd49fe79b4b6906b832f25cda0fc0921..3ba027cddcd7945ba47d9b78f29cfee34d0d9266 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp = ('libdcp', 'd39880e')
+    libdcp = ('libdcp', 'b221efe')
     return (('asdcplib', 'carl'), libdcp)
 
 def build(target, options):