diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-14 16:12:04 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-14 16:12:04 +0000 |
commit | 0cb6b1432eca6082f2714282fb99128eb85ec6cb (patch) | |
tree | 7670327fd87e0991a57e9c91dfeed3dc527007de | |
parent | fix for bug 616 (diff) | |
download | ice-0cb6b1432eca6082f2714282fb99128eb85ec6cb.tar.bz2 ice-0cb6b1432eca6082f2714282fb99128eb85ec6cb.tar.xz ice-0cb6b1432eca6082f2714282fb99128eb85ec6cb.zip |
minor version fix
-rw-r--r-- | cpp/INSTALL.FREEBSD | 2 | ||||
-rw-r--r-- | cpp/INSTALL.LINUX | 2 | ||||
-rw-r--r-- | cpp/INSTALL.WINDOWS | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/INSTALL.FREEBSD b/cpp/INSTALL.FREEBSD index 1204edc944b..d39e50bcd90 100644 --- a/cpp/INSTALL.FREEBSD +++ b/cpp/INSTALL.FREEBSD @@ -25,7 +25,7 @@ Ice has dependencies on a number of third-party libraries: If you intend to use Ice for Java with Berkeley DB, you must also include the option --enable-java. -- OpenSSL 0.96 or 0.97 +- OpenSSL 0.9.6 or later - expat 1.9x diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index 9707cad71f7..d97a712ee07 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -44,7 +44,7 @@ Ice has dependencies on a number of third-party libraries: - expat 1.9x -- OpenSSL 0.97 or 0.98 +- OpenSSL 0.9.7 or later - bzip2 1.0 diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index f7e835d5e36..1a87db69c7e 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -41,7 +41,7 @@ Ice has dependencies on a number of third-party libraries: - STLport 4.5 or later (required for Visual C++ 6.0) - Berkeley DB 4.3.29 - expat 1.9x -- OpenSSL 0.96 or 0.97 +- OpenSSL 0.9.6 or later - bzip2 1.0 If you have downloaded an Ice binary installer, you already have all |