Version churn.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 16:32:41 +0000 (16:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 16:32:41 +0000 (16:32 +0000)
cscript

diff --git a/cscript b/cscript
index a7b1539e0ce4962c50218c786341396fdbde575d..32bd74ca42298355c83a589094cad774062885ff 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
 
 def dependencies(target):
     if target.platform == 'windows' and target.version == 'xp':
-        return (('libcxml', 'v0.15.3'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '213c9f8'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '213c9f8'))
     else:
-        return (('libcxml', 'v0.15.3'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory