diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-14 19:42:31 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-14 19:42:31 +0000 |
commit | 067f8c1e2a8703e2c075a45ca8b61cabe8691cbd (patch) | |
tree | 911b0655dfe74274c4328d212a719a45b6f60926 /cpp/install/common/makewindist.py | |
parent | fix for VerifyDepthMax (diff) | |
download | ice-067f8c1e2a8703e2c075a45ca8b61cabe8691cbd.tar.bz2 ice-067f8c1e2a8703e2c075a45ca8b61cabe8691cbd.tar.xz ice-067f8c1e2a8703e2c075a45ca8b61cabe8691cbd.zip |
Restructured the .net SSL installation so it could be isolated from the
VC71 .net build. This involved adding a component to the VS 2005
InstallShield project as well.
Diffstat (limited to 'cpp/install/common/makewindist.py')
-rwxr-xr-x | cpp/install/common/makewindist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py index 2d87c21024b..2cdbac7ea20 100755 --- a/cpp/install/common/makewindist.py +++ b/cpp/install/common/makewindist.py @@ -16,9 +16,9 @@ import textwrap # # Current default third party library versions. # -OpenSSLVer = '0.9.8' +OpenSSLVer = '0.9.8b' Bzip2Ver = '1.0.3' -STLPortVer = '4.6.3' +STLPortVer = '4.6.2' ExpatVer = '1.95.8' DBVer = '4.3.29' |