diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-11-02 11:24:59 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-11-02 11:24:59 -0330 |
commit | 580f027e035421458703904913fb801efd96d603 (patch) | |
tree | 440852aee8eef6d41c2614cfac55616014f0fcfd /scripts/TestController.py | |
parent | Added install rules for icegriddb/icestormdb man pages (diff) | |
download | ice-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.py | 2 |
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}) |