Bump asdcplib version.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Apr 2017 21:58:34 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Apr 2017 21:58:34 +0000 (22:58 +0100)
cscript

diff --git a/cscript b/cscript
index 9be355e65016e7be0d5aeb49b444d022d841186f..ceed41e1684443414e22a9e29367a3bda5a40ec5 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.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'v0.1.3'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'f3b0fb8'))
     else:
-        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'v0.1.3'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory