Kaydet (Commit) 63db628a authored tarafından Tim Peters's avatar Tim Peters

Update some Python version numbers.

üst 99220fab
...@@ -12,7 +12,7 @@ the "Standard" toolbar"), and build the projects. ...@@ -12,7 +12,7 @@ the "Standard" toolbar"), and build the projects.
The proper order to build subprojects: The proper order to build subprojects:
1) pythoncore (this builds the main Python DLL and library files, 1) pythoncore (this builds the main Python DLL and library files,
python21.{dll, lib} in Release mode) python25.{dll, lib} in Release mode)
NOTE: in previous releases, this subproject was NOTE: in previous releases, this subproject was
named after the release number, e.g. python20. named after the release number, e.g. python20.
...@@ -25,7 +25,7 @@ The proper order to build subprojects: ...@@ -25,7 +25,7 @@ The proper order to build subprojects:
to the subsystems they implement; see SUBPROJECTS below) to the subsystems they implement; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to When using the Debug setting, the output files have a _d added to
their name: python24_d.dll, python_d.exe, parser_d.pyd, and so on. their name: python25_d.dll, python_d.exe, parser_d.pyd, and so on.
SUBPROJECTS SUBPROJECTS
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment