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 /PCbuild/pyproject.props | |
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 'PCbuild/pyproject.props')
-rw-r--r-- | PCbuild/pyproject.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 64008c6..6be0ba2 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -20,7 +20,7 @@ <sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir> <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir> <lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir> - <opensslDir>$(externalsDir)\openssl-1.0.1d</opensslDir> + <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir> <tcltkDir>$(externalsDir)\tcltk</tcltkDir> <tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir> <tcltkLib>$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib</tcltkLib> |