From: Thomas Heller Date: Tue, 25 May 2004 18:43:54 +0000 (+0000) Subject: Set release date for Python 2.3.4 (final). X-Git-Tag: v2.3.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87fd9635020f0418c68de5ce832b8bc19ce1ead5;p=thirdparty%2FPython%2Fcpython.git Set release date for Python 2.3.4 (final). Windows build number is 53. --- diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index fe6b18a7ce68..25a204ed4cb9 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 eec3105822af..3effcad350b7 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 5a7118eabb3c..9ce4569f9826 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 701714427e0c..720122ee20c8 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.