Windows fiddling for 2.2a2: bump build number; update copyright and
authorTim Peters <tim.peters@gmail.com>
Sun, 19 Aug 2001 00:56:28 +0000 (00:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 19 Aug 2001 00:56:28 +0000 (00:56 +0000)
company info in resource files; change installer strings to match.
This belongs in the release branch too, of course.

PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index 008ad0942f0811e6a8eb8867f1932ef883a3cd29..e90f4c7c814917090a765dbe76081df2f7f85900 100644 (file)
@@ -69,11 +69,11 @@ BEGIN
     BEGIN
         BLOCK "000004b0"
         BEGIN
-            VALUE "CompanyName", "Digital Creations 2\0"
+            VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2000, 2001 Guido van Rossum. Copyright © 2000 BeOpen.com. Copyright © 1995-2000 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
             VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
             VALUE "ProductName", "Python\0"
             VALUE "ProductVersion", PYTHON_VERSION
index 303c37eb3451389ba9572345ad89c771d3412f81..3bf22de74d151f7c953e796dc50a37ac8bf3198e 100644 (file)
@@ -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
index 30c7d0cf5e1cd8eec0b4d7c496b65aab114c5556..a29066cfd756c747bee391d9c24391015169831e 100644 (file)
@@ -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
index 4995caed4ee34c8eb1f068103ed2a43c015672e2..09525f206058d907d080190bfcb9d949560116dc 100644 (file)
@@ -724,11 +724,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=21\r
+# ADD CPP /D BUILD=22\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=21\r
+# ADD CPP /D BUILD=22\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r