summaryrefslogtreecommitdiff
path: root/scripts/TestController.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-11-02 11:24:59 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-11-02 11:24:59 -0330
commit580f027e035421458703904913fb801efd96d603 (patch)
tree440852aee8eef6d41c2614cfac55616014f0fcfd /scripts/TestController.py
parentAdded install rules for icegriddb/icestormdb man pages (diff)
downloadice-580f027e035421458703904913fb801efd96d603.tar.bz2
ice-580f027e035421458703904913fb801efd96d603.tar.xz
ice-580f027e035421458703904913fb801efd96d603.zip
Changed version to 3.7.0
Diffstat (limited to 'scripts/TestController.py')
-rw-r--r--scripts/TestController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestController.py b/scripts/TestController.py
index ef2ebfc55f5..c31df1d927f 100644
--- a/scripts/TestController.py
+++ b/scripts/TestController.py
@@ -45,7 +45,7 @@ if TestUtil.isDarwin():
except getopt.GetoptError:
pass
-iceVersion = "3.6.1"
+iceVersion = "3.7.0"
jar = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..",
"java/test/controller/build/libs/testController-%(iceVersion)s.jar" % {"iceVersion": iceVersion})