diff options
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' |