]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
authorTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 07:43:20 +0000 (07:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 07:43:20 +0000 (07:43 +0000)
Repair PY_VERSION in patchlevel.h.

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

index 6b63efc18c34bc0597fe4aa4890351b8ace90a8d..8620ed4b5315202dd13e341330a646b80deaddfb 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2.1a0"
+#define PY_VERSION             "2.2.1a1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
index e90f4c7c814917090a765dbe76081df2f7f85900..e2fbbe00a40b223145c4a4607863fd4866249577 100644 (file)
@@ -73,7 +73,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2002 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 37937ab8ed7d31077bea4527a0f2641b5985e53c..db423ee21fe3a8edb154ed42a65f9f6418a4818c 100644 (file)
@@ -33,8 +33,10 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  32    2.2.1c1
+        "Soon"
   28    2.2 final
-        21-Dec-2001  TENTATIVE
+        21-Dec-2001
   27    2.2c1
         14-Dec-2001
   26    2.2b2
index 7b813275b7b75721350a4afd2cefbee856670a3a..c043274920744ab566f5213f74c2c5658e09954d 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.2
+  Title=Python 2.2.1 alpha 1
   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,11 +18,11 @@ item: Global
   Patch Flags=0000000000001001
   Patch Threshold=85
   Patch Memory=4000
-  EXE Filename=Python-2.2.exe
+  EXE Filename=Python-2.2.1a1.exe
   Dialogs Version=8
-  Version File=2.2
+  Version File=2.2.1a1
   Version Description=Python Programming Language
-  Version Copyright=©2001 Python Software Foundation
+  Version Copyright=©2002 Python Software Foundation
   Version Company=PythonLabs at Zope Corporation
   Crystal Format=10111100101100000010001001001001
   Step View=&All
@@ -64,7 +64,7 @@ item: Global
 end
 item: Set Variable
   Variable=PYVER_STRING
-  Value=2.2
+  Value=2.2a1
 end
 item: Remark
 end
index 4cd633048a54277ed1520f04f15b324ce9b95b2a..cc1d5c6a861567680b5203f3e6b92bde57a7ae2e 100644 (file)
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=28\r
+# ADD CPP /D BUILD=32\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=28\r
+# ADD CPP /D BUILD=32\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r