Skip to content

Commit a6b9e3c

Browse files
committed
Windows fiddling for 2.2a2: bump build number; update copyright and
company info in resource files; change installer strings to match. This belongs in the release branch too, of course.
1 parent a92d16a commit a6b9e3c

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ BEGIN
6969
BEGIN
7070
BLOCK "000004b0"
7171
BEGIN
72-
VALUE "CompanyName", "Digital Creations 2\0"
72+
VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
7373
VALUE "FileDescription", "Python Core\0"
7474
VALUE "FileVersion", PYTHON_VERSION
7575
VALUE "InternalName", "Python DLL\0"
76-
VALUE "LegalCopyright", "Copyright � 2000, 2001 Guido van Rossum. Copyright � 2000 BeOpen.com. Copyright � 1995-2000 CNRI. Copyright � 1991-1995 SMC.\0"
76+
VALUE "LegalCopyright", "Copyright � 2001 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ How to change the Windows build number:
3333

3434
Windows Python BUILD numbers
3535
----------------------------
36+
22 2.2a2
37+
22-Aug-2001 TENTATIVE
3638
21 2.2a1
3739
18-Jul-2001
3840
20 2.1.1

PCbuild/python20.wse

Lines changed: 4 additions & 4 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 alpha 1
4+
Title=Python 2.2 alpha 2
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,9 +18,9 @@ item: Global
1818
Patch Flags=0000000000001001
1919
Patch Threshold=85
2020
Patch Memory=4000
21-
EXE Filename=Python-2.2a1.exe
21+
EXE Filename=Python-2.2a2.exe
2222
Dialogs Version=8
23-
Version File=2.2a1
23+
Version File=2.2a2
2424
Version Description=Python Programming Language
2525
Version Copyright=�2001 Python Software Foundation
2626
Version Company=PythonLabs at Zope Corporation
@@ -64,7 +64,7 @@ item: Global
6464
end
6565
item: Set Variable
6666
Variable=PYVER_STRING
67-
Value=2.2a1
67+
Value=2.2a2
6868
end
6969
item: Remark
7070
end

PCbuild/pythoncore.dsp

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

0 commit comments

Comments
 (0)