diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
commit | a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2 (patch) | |
tree | c400f23e8a06f4258784e7935c306570394e78b3 /PCbuild | |
parent | a92d16aaec1dc3c0d2e54c27516853b3e1bbd96a (diff) | |
download | cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.zip cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.gz cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.bz2 |
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.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 303c37e..3bf22de 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 22 2.2a2 + 22-Aug-2001 TENTATIVE 21 2.2a1 18-Jul-2001 20 2.1.1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 30c7d0c..a29066c 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=8.14 - Title=Python 2.2 alpha 1 + Title=Python 2.2 alpha 2 Flags=00010100 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Japanese Font Name=MS Gothic @@ -18,9 +18,9 @@ item: Global Patch Flags=0000000000001001 Patch Threshold=85 Patch Memory=4000 - EXE Filename=Python-2.2a1.exe + EXE Filename=Python-2.2a2.exe Dialogs Version=8 - Version File=2.2a1 + Version File=2.2a2 Version Description=Python Programming Language Version Copyright=©2001 Python Software Foundation Version Company=PythonLabs at Zope Corporation @@ -64,7 +64,7 @@ item: Global end item: Set Variable Variable=PYVER_STRING - Value=2.2a1 + Value=2.2a2 end item: Remark end diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 4995cae..09525f2 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -724,11 +724,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=21
+# ADD CPP /D BUILD=22
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=21
+# ADD CPP /D BUILD=22
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|