From 87fd9635020f0418c68de5ce832b8bc19ce1ead5 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 25 May 2004 18:43:54 +0000 Subject: Set release date for Python 2.3.4 (final). Windows build number is 53. --- Misc/RPM/python-2.3.spec | 2 +- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.dsp | 2 +- README | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index fe6b18a..25a204e 100644 --- a/Misc/RPM/python-2.3.spec +++ b/Misc/RPM/python-2.3.spec @@ -30,7 +30,7 @@ ################################# %define name python -%define version 2.3.4c1 +%define version 2.3.4 %define libvers 2.3 %define release 3pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index eec3105..3effcad 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 53 2.3.4 (final) + 27-May-2004 52 2.3.4c1 13-May-2004 51 2.3.3 (final) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 5a7118e..9ce4569 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c # Begin Source File SOURCE=..\Modules\getbuildinfo.c -# ADD CPP /D BUILD=52 +# ADD CPP /D BUILD=53 # End Source File # Begin Source File diff --git a/README b/README index 7017144..720122e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.3.4c1 -============================== +This is Python version 2.3.4 +============================ Copyright (c) 2001, 2002, 2003, 2004 Python Software Foundation. All rights reserved. -- cgit v0.12