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 /php/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 'php/README.md')
-rw-r--r-- | php/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php/README.md b/php/README.md index ac4078e507d..032ace2f7c8 100644 --- a/php/README.md +++ b/php/README.md @@ -213,10 +213,10 @@ libbz2 * Windows ``` bzip2.dll -ice37.dll -icediscovery37.dll -icelocatordiscovery37.dll -icessl37.dll +ice38.dll +icediscovery38.dll +icelocatordiscovery38.dll +icessl38.dll ``` In general, these libraries must reside in a directory of the user's PATH. @@ -335,5 +335,5 @@ The enclosing directory also needs to be accessible. For example: ``` [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/ice-builder-visualstudio |