Commit acf61c2d authored by Ian Craggs's avatar Ian Craggs

Change version to 1.0.1 and set debug in test4

parent 684623cd
<!--*******************************************************************************
Copyright (c) 2012, 2013 IBM Corp.
Copyright (c) 2012, 2014 IBM Corp.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
......@@ -24,7 +24,7 @@
</taskdef>
<property name="output.folder" value="build/output" />
<property name="release.version" value="1.0.0" />
<property name="release.version" value="1.0.1" />
<property name="libname" value="mqttv3c" />
<property name="libname.ssl" value="mqttv3cs" />
......@@ -104,6 +104,7 @@
<arg value="tcp://${test.hostname}:${test.port}" />
<env key="LD_LIBRARY_PATH" path="${output.folder}" />
<env key="DYLD_LIBRARY_PATH" path="${output.folder}" />
<arg value="--verbose" />
</exec>
</else>
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment