File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
327327 more (other compilers will still need to do so, but that's taken care
328328 of by the Distutils, so it's not a problem). */
329329#ifdef _DEBUG
330- #pragma comment(lib,"python21_d .lib")
330+ #pragma comment(lib,"python22_d .lib")
331331#else
332- #pragma comment(lib,"python21 .lib")
332+ #pragma comment(lib,"python22 .lib")
333333#endif
334334#endif /* USE_DL_EXPORT */
335335
Original file line number Diff line number Diff line change 1313 * PYTHON_DLL_NAME ditto.
1414 * MS_DLL_ID must match PY_VERSION in the Windows install script.
1515 */
16- #define MS_DLL_ID "2.1 "
16+ #define MS_DLL_ID "2.2 "
1717
1818#ifndef PYTHON_DLL_NAME
19- #define PYTHON_DLL_NAME "python21 .dll"
19+ #define PYTHON_DLL_NAME "python22 .dll"
2020#endif
2121
2222/* Nothing below this should need to be changed except for copyright
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ How to change the Windows build number:
3333
3434Windows Python BUILD numbers
3535----------------------------
36- 15 2.1
36+ 16 CVS development
37+ 18-Apr-2001
38+ 15 2.1 final
3739 16-Apr-2001
3840 14 2.1c2
3941 15-Apr-2001
Original file line number Diff line number Diff line change 11Document Type: WSE
22item: Global
33 Version=5.0
4- Title=Python 2.1
4+ Title=Python 2.2 pre-alpha
55 Flags=00010100
66 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77 Japanese Font Name=MS Gothic
@@ -66,22 +66,22 @@ item: End Block
6666end
6767item: Set Variable
6868 Variable=APPTITLE
69- Value=Python 2.1
69+ Value=Python 2.2 pre-alpha
7070end
7171item: Set Variable
7272 Variable=GROUP
73- Value=Python 2.1
73+ Value=Python 2.2
7474end
7575item: Remark
7676 Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
7777end
7878item: Set Variable
7979 Variable=PY_VERSION
80- Value=2.1
80+ Value=2.2
8181end
8282item: Set Variable
8383 Variable=MAINDIR
84- Value=Python21
84+ Value=Python22
8585end
8686item: Get Registry Key Value
8787 Variable=PROGRAM_FILES
@@ -828,8 +828,8 @@ item: Install File
828828 Flags=0000000000000010
829829end
830830item: Install File
831- Source=%_SRC_%\PCbuild\python21 .lib
832- Destination=%MAINDIR%\libs\python21 .lib
831+ Source=%_SRC_%\PCbuild\python22 .lib
832+ Destination=%MAINDIR%\libs\python22 .lib
833833 Flags=0000000000000010
834834end
835835item: Remark
@@ -851,8 +851,8 @@ item: Remark
851851 Text=*** Main Python DLL ***
852852end
853853item: Install File
854- Source=%_SRC_%\pcbuild\python21 .dll
855- Destination=%DLLDEST%\python21 .dll
854+ Source=%_SRC_%\pcbuild\python22 .dll
855+ Destination=%DLLDEST%\python22 .dll
856856 Flags=0000000000000010
857857end
858858item: Install File
You can’t perform that action at this time.
0 commit comments