diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-23 15:03:49 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-23 15:03:49 -0400 |
commit | ef571f80c545d30a5a2330b2d835f9c6441616a1 (patch) | |
tree | fce9620a538899c44d8471a0e798c4ff134dead8 /cpp/demo/IceStorm/counter/expect.py | |
parent | Java/C# factory fix (diff) | |
download | ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.bz2 ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.xz ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.zip |
Fixed ICE-4884:
Updated version to 3.5b
Some fixes to distribution/bin/fixVersion.py
Diffstat (limited to 'cpp/demo/IceStorm/counter/expect.py')
-rwxr-xr-x | cpp/demo/IceStorm/counter/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceStorm/counter/expect.py b/cpp/demo/IceStorm/counter/expect.py index 40d1dc55d64..cc7b52a984f 100755 --- a/cpp/demo/IceStorm/counter/expect.py +++ b/cpp/demo/IceStorm/counter/expect.py @@ -27,7 +27,7 @@ Util.cleanDbDir("db") print("ok") if Util.defaultHost: - args = ' --IceBox.Service.IceStorm="IceStormService,34:createIceStorm --Ice.Config=config.service %s"' \ + args = ' --IceBox.Service.IceStorm="IceStormService,35b:createIceStorm --Ice.Config=config.service %s"' \ % Util.defaultHost else: args = '' |