diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 17:57:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 17:57:26 (GMT) |
commit | 3bfc5f5d833f081089e181cadf52d4ec50e62d13 (patch) | |
tree | a5c65c3507e46185a65126c4c5399494ee14d8d6 /PC/VS9.0 | |
parent | 3068aed92bb7557cdef7e18a4a02ddff2dc1ad0b (diff) | |
parent | 0ab18e4f4b93649031911099c6b2387a5098fd0e (diff) | |
download | cpython-3bfc5f5d833f081089e181cadf52d4ec50e62d13.zip cpython-3bfc5f5d833f081089e181cadf52d4ec50e62d13.tar.gz cpython-3bfc5f5d833f081089e181cadf52d4ec50e62d13.tar.bz2 |
merge with 3.3
Diffstat (limited to 'PC/VS9.0')
-rw-r--r-- | PC/VS9.0/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index 9a60be4..c5793ed 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -62,7 +62,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1d"
+ Value="$(externalsDir)\openssl-1.0.1e"
/>
<UserMacro
Name="tcltkDir"
|