diff options
author | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
commit | 38cecfcf83521167b5db553da1c05612d88923cb (patch) | |
tree | 315efc136af6ba7550ea5894cdb185858aac3b8e /cpp/README.md | |
parent | Support for Ruby 3.0 (Fixes #1257) (#1258) (diff) | |
download | ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2 ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz ice-38cecfcf83521167b5db553da1c05612d88923cb.zip |
Update version to v3.8.0
Diffstat (limited to 'cpp/README.md')
-rw-r--r-- | cpp/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/README.md b/cpp/README.md index 8b6ced7c0b6..e9fc356bcd0 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -177,7 +177,7 @@ where the C++ compiler can automatically find the header and library files, you need to set `ICE_HOME` ``` -make ICE_HOME=/opt/Ice-3.7.5 ICE_BIN_DIST=all +make ICE_HOME=/opt/Ice-3.8.0 ICE_BIN_DIST=all ``` ### Build configurations and platforms @@ -555,7 +555,7 @@ If everything worked out, you should see lots of `ok` messages. In case of a failure, the tests abort with `failed`. [1]: https://zeroc.com/downloads/ice -[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-5 +[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-8-0 [3]: https://github.com/zeroc-ice/bzip2 [4]: https://libexpat.github.io [5]: https://symas.com/lightning-memory-mapped-database/ |