Skip to content

Commit 83a3f0c

Browse files
committed
Windows build: close out 2.2, prep for 2.3.
1 parent af8446f commit 83a3f0c

5 files changed

Lines changed: 19 additions & 17 deletions

File tree

PC/pyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ typedef int pid_t;
333333
more (other compilers will still need to do so, but that's taken care
334334
of by the Distutils, so it's not a problem). */
335335
#ifdef _DEBUG
336-
#pragma comment(lib,"python22_d.lib")
336+
#pragma comment(lib,"python23_d.lib")
337337
#else
338-
#pragma comment(lib,"python22.lib")
338+
#pragma comment(lib,"python23.lib")
339339
#endif
340340
#endif /* USE_DL_EXPORT */
341341

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.2"
16+
#define MS_DLL_ID "2.3"
1717

1818
#ifndef PYTHON_DLL_NAME
1919
#define PYTHON_DLL_NAME "python22.dll"
@@ -73,7 +73,7 @@ BEGIN
7373
VALUE "FileDescription", "Python Core\0"
7474
VALUE "FileVersion", PYTHON_VERSION
7575
VALUE "InternalName", "Python DLL\0"
76-
VALUE "LegalCopyright", "Copyright � 2001 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
76+
VALUE "LegalCopyright", "Copyright � 2001-2002 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
7777
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
7878
VALUE "ProductName", "Python\0"
7979
VALUE "ProductVersion", PYTHON_VERSION

PCbuild/BUILDno.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ How to change the Windows build number:
3333

3434
Windows Python BUILD numbers
3535
----------------------------
36+
29 CVS development
37+
21-Dec-2001
3638
28 2.2 final
37-
21-Dec-2001 TENTATIVE
39+
21-Dec-2001
3840
27 2.2c1
3941
14-Dec-2001
4042
26 2.2b2

PCbuild/python20.wse

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=8.14
4-
Title=Python 2.2
4+
Title=Python 2.3 alpha 1
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
@@ -18,14 +18,14 @@ item: Global
1818
Patch Flags=0000000000001001
1919
Patch Threshold=85
2020
Patch Memory=4000
21-
EXE Filename=Python-2.2.exe
21+
EXE Filename=Python-2.3a1.exe
2222
Dialogs Version=8
23-
Version File=2.2
23+
Version File=2.3a1
2424
Version Description=Python Programming Language
2525
Version Copyright=�2001 Python Software Foundation
2626
Version Company=PythonLabs at Zope Corporation
2727
Crystal Format=10111100101100000010001001001001
28-
Step View=&All
28+
Step View=&Properties
2929
Variable Name1=_WISE_
3030
Variable Description1=WISE root directory
3131
Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1
@@ -50,7 +50,7 @@ item: Global
5050
Variable Flags5=00001000
5151
Variable Name6=_PYMINOR_
5252
Variable Description6=Python minor version number; the 3 in 2.3
53-
Variable Default6=2
53+
Variable Default6=3
5454
Variable Flags6=00001000
5555
Variable Name7=_DOADMIN_
5656
Variable Description7=The initial value for %DOADMIN%.
@@ -64,7 +64,7 @@ item: Global
6464
end
6565
item: Set Variable
6666
Variable=PYVER_STRING
67-
Value=2.2
67+
Value=2.3a1
6868
end
6969
item: Remark
7070
end

PCbuild/pythoncore.dsp

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)