diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 18:13:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 18:13:51 (GMT) |
commit | baacf4d29350b37470946a83b774f04c085ded98 (patch) | |
tree | 1a3b469f8d766e9a65f8d1539c72b0c6a0ca8ac2 /PCbuild | |
parent | bc2f0ba6b8373eeac240fd892789d9fa34b02f99 (diff) | |
download | cpython-baacf4d29350b37470946a83b774f04c085ded98.zip cpython-baacf4d29350b37470946a83b774f04c085ded98.tar.gz cpython-baacf4d29350b37470946a83b774f04c085ded98.tar.bz2 |
Update xz to 5.0.5.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.props | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index ebce448..c78a523 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -19,7 +19,7 @@ <externalsDir>..\..</externalsDir> <sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir> <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir> - <lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir> + <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir> <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir> <tcltkDir>$(externalsDir)\tcltk</tcltkDir> <tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir> diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index e7e0962..de8e93c 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -162,7 +162,7 @@ _bz2 http://www.bzip.org/ _lzma Python wrapper for the liblzma compression library, using pre-built - binaries of XZ Utils version 5.0.3 + binaries of XZ Utils version 5.0.5 Homepage: http://tukaani.org/xz/ _ssl @@ -243,8 +243,8 @@ in ..\.. (relative to this directory). It is also possible to download sources from each project's homepage, though you may have to change the names of some folders in order to make -things work. For instance, if you were to download a version 5.0.5 of -XZ Utils, you would need to extract the archive into ..\..\xz-5.0.3 +things work. For instance, if you were to download a version 5.0.7 of +XZ Utils, you would need to extract the archive into ..\..\xz-5.0.5 anyway, since that is where the solution is set to look for xz. The same is true for all other external projects. |