From 580f027e035421458703904913fb801efd96d603 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 2 Nov 2015 11:24:59 -0330 Subject: Changed version to 3.7.0 --- scripts/TestController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestController.py') 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}) -- cgit v1.2.3