diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 05:40:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 05:40:17 (GMT) |
commit | ff0940ff534903a0690826eae587d7132881836f (patch) | |
tree | db9d7d12235cd2aa144f81fbb04f6be6e3c3b1f5 /PCbuild | |
parent | cabac0ac3accbdfab390896aa77e3d8766ec947f (diff) | |
download | cpython-ff0940ff534903a0690826eae587d7132881836f.zip cpython-ff0940ff534903a0690826eae587d7132881836f.tar.gz cpython-ff0940ff534903a0690826eae587d7132881836f.tar.bz2 |
Bump version numbers.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 79a391a..2e34312 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -12,9 +12,7 @@ the "Standard" toolbar"), and build the projects. The proper order to build subprojects: 1) pythoncore (this builds the main Python DLL and library files, - python26.{dll, lib} in Release mode) - NOTE: in previous releases, this subproject was - named after the release number, e.g. python20. + python30.{dll, lib} in Release mode) 2) python (this builds the main Python executable, python.exe in Release mode) @@ -26,7 +24,7 @@ The proper order to build subprojects: test slave; see SUBPROJECTS below) When using the Debug setting, the output files have a _d added to -their name: python26_d.dll, python_d.exe, parser_d.pyd, and so on. +their name: python30_d.dll, python_d.exe, parser_d.pyd, and so on. SUBPROJECTS ----------- |