diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-05-22 15:39:10 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-05-22 15:39:10 +0000 |
commit | 9bd6698f960709e45f08d11216fcd0f6e4ed87aa (patch) | |
tree | e78ef36cf0de90f357f4683f0f35cff3ca57ca4a | |
parent | 149a9a3b2fb7ae208bf186bd16c1a67df2571591 (diff) | |
download | cpython-9bd6698f960709e45f08d11216fcd0f6e4ed87aa.tar.gz |
Assorted 2.2.3c1 and copyright changes specific to Windows.
-rw-r--r-- | PC/python_nt.rc | 14 | ||||
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 10 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
4 files changed, 16 insertions, 14 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 39a9f52a60..6c0b4ab051 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -34,14 +34,14 @@ * 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 diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index c2a578ed23..7fb5f9a16c 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -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 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index e98d3a73cd..a578bd6b61 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.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 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 722a5ebb45..69c639da11 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=37
+# ADD CPP /D BUILD=41
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=37
+# ADD CPP /D BUILD=41
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|