From: Anthony Baxter Date: Tue, 30 Sep 2003 07:10:26 +0000 (+0000) Subject: updates for 2.3.2c1 X-Git-Tag: v2.3.2c1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e813bfea33bfe29c2a0e00381a14cd654768bf9;p=thirdparty%2FPython%2Fcpython.git updates for 2.3.2c1 --- diff --git a/LICENSE b/LICENSE index fd4f5f89e56c..7dc5c4e12174 100644 --- a/LICENSE +++ b/LICENSE @@ -44,6 +44,7 @@ the various releases. 2.2.3 2.2.2 2003 PSF yes 2.3 2.2.2 2002-2003 PSF yes 2.3.1 2.3 2002-2003 PSF yes + 2.3.2 2.3.1 2002-2003 PSF yes Footnotes: diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index 8889183d7357..d69b4125732d 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.1 +%define version 2.3.2c1 %define libvers 2.3 %define release 1pydotorg %define __prefix /usr diff --git a/README b/README index c263936b72ca..fc23694651a1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.3.1 (final) -==================================== +This is Python version 2.3.2c1 +============================== Copyright (c) 2001, 2002, 2003 Python Software Foundation. All rights reserved.