From 9cda54dda33501c302f5ba7fde15bc1dbeecf1ae Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 28 Feb 2002 07:43:20 +0000 Subject: Assorted Windows buildno, copyright and version number changes for 2.2.1a1. Repair PY_VERSION in patchlevel.h. --- Include/patchlevel.h | 2 +- PC/python_nt.rc | 2 +- PCbuild/BUILDno.txt | 4 +++- PCbuild/python20.wse | 10 +++++----- PCbuild/pythoncore.dsp | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6b63efc..8620ed4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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 >= ... */ diff --git a/PC/python_nt.rc b/PC/python_nt.rc index e90f4c7..e2fbbe0 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -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 diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 37937ab..db423ee 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -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 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 7b81327..c043274 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 + 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 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 4cd6330..cc1d5c6 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=28 +# ADD CPP /D BUILD=32 !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" -# ADD CPP /D BUILD=28 +# ADD CPP /D BUILD=32 !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug" -- cgit v0.12