diff options
author | Joe George <joe@zeroc.com> | 2016-05-16 13:04:54 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-05-16 13:05:45 -0400 |
commit | 3a7e0acacae83a8c9129a9b8b2e4fd1510a765b1 (patch) | |
tree | 594bf986fe1c0c571acd361f860c08faf8e3167f /cpp/test | |
parent | Add README.md to certs directory (diff) | |
download | ice-3a7e0acacae83a8c9129a9b8b2e4fd1510a765b1.tar.bz2 ice-3a7e0acacae83a8c9129a9b8b2e4fd1510a765b1.tar.xz ice-3a7e0acacae83a8c9129a9b8b2e4fd1510a765b1.zip |
Fix ICE-7145 - Update OS X stacktrace version number to 3.6.3
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp index e2584359281..664dcc92af9 100644 --- a/cpp/test/IceUtil/stacktrace/Client.cpp +++ b/cpp/test/IceUtil/stacktrace/Client.cpp @@ -113,7 +113,7 @@ getIceHome() void standardizeVersion(string& str) { - string v1("3.6.2"); + string v1("3.6.3"); string v2("36"); size_t pos = 0; while((pos = str.find(v1, pos)) != string::npos) |