]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Assorted 2.2.3c1 and copyright changes specific to Windows.
authorTim Peters <tim.peters@gmail.com>
Thu, 22 May 2003 15:39:10 +0000 (15:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 22 May 2003 15:39:10 +0000 (15:39 +0000)
PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index 39a9f52a60d8326e03e251ee5e3c410f700cc523..6c0b4ab051aa211edce5ad088d67ac27fa3b9488 100644 (file)
  * but that neither gives an error nor comes anywhere close to working.  The
  * following comment and #define are output from PCbuild\field3.py:
  *
- * For 2.2.2,
- * PY_MICRO_VERSION = 2
- * PY_RELEASE_LEVEL = 'final' = 0xf
- * PY_RELEASE_SERIAL = 0
+ * For 2.2.3c1,
+ * PY_MICRO_VERSION = 3
+ * PY_RELEASE_LEVEL = 'candidate' = 0xc
+ * PY_RELEASE_SERIAL = 1
  *
- * and 2*1000 + 15*10 + 0 = 2150
+ * and 3*1000 + 12*10 + 1 = 3121
  */
-#define FIELD3 2150
+#define FIELD3 3121
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h
@@ -92,7 +92,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2002 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2003 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 c2a578ed23d82f745c359eea3ae8b59d8f27a6c4..7fb5f9a16c6b9c4b6607b4eeb86eebd07fd280d5 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  41    2.2.3c1
+        22-May-2003
   37    2.2.2 (final)
         14-Oct-2002
   36    2.2.2b1
index e98d3a73cd3e0657309b3fca6b5c17fdcb13582b..a578bd6b619cc4a1e76f60d230e1dadf3e5e1b05 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.2.2
+  Title=Python 2.2.3 release candidate 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.2.exe
+  EXE Filename=Python-2.2.3c1.exe
   Dialogs Version=8
-  Version File=2.2.2
+  Version File=2.2.3c1
   Version Description=Python Programming Language
-  Version Copyright=©2002 Python Software Foundation
+  Version Copyright=©2003 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.2
+  Value=2.2.3c1
 end
 item: Remark
 end
index 722a5ebb4562e14ce115f82698e411469447d317..69c639da11a9ea6137f028ee9ad847cae2b48f5c 100644 (file)
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=37\r
+# ADD CPP /D BUILD=41\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=37\r
+# ADD CPP /D BUILD=41\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r