summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:16:52 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:16:52 +0100
commit5c6db0ea325a069986de6d050f26bed764611e8a (patch)
treed3eb95946d23c76b3982c8e64e3d25f54c255228 /cscript
parentdc22b997f25dc6c41d1ed340b30a50a70ccb70e0 (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dbc4417..ef5aeab 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '1.2.1'),)
+ return (('libdcp', '1.2.2'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory