]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.3.7c1. v2.3.7c1
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 20:39:32 +0000 (20:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 20:39:32 +0000 (20:39 +0000)
Include/patchlevel.h
LICENSE
Misc/RPM/python-2.3.spec
Python/getcopyright.c
README

index 562096747258a573214f067e94f6a1a17efb8db8..629b1fa64c5dac9a536f5687baee031d012c4361 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       6
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       7
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.3.6"
+#define PY_VERSION             "2.3.7c1"
 
 /* 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/LICENSE b/LICENSE
index 4e06b7fd54db441ee8b041f62bad8d29ac0d7a8b..ec9f1150dc8425354a4fe782cd7f5aaae761b96b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -49,6 +49,7 @@ the various releases.
     2.3.4           2.3.3       2004        PSF         yes
     2.3.5           2.3.4       2004-2005   PSF         yes
     2.3.6           2.3.5       2006        PSF         yes
+    2.3.7           2.3.6       2008        PSF         yes
 
 Footnotes:
 
@@ -84,9 +85,9 @@ license to reproduce, analyze, test, perform and/or display publicly,
 prepare derivative works, distribute, and otherwise use Python 2.3
 alone or in any derivative version, provided, however, that PSF's
 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved" are
-retained in Python 2.3 alone or in any derivative version prepared by
-Licensee.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software
+Foundation; All Rights Reserved" are retained in Python 2.3 alone or
+in any derivative version prepared by Licensee.
 
 3. In the event Licensee prepares a derivative work that is based on
 or incorporates Python 2.3 or any part thereof, and wants to make
index b9933f799f617caed68569812595d3aa1bb5942b..911fcd624b40b2cdf9cd434129e3570c65109977 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.3.6
+%define version 2.3.7
 %define libvers 2.3
 %define release 1pydotorg
 %define __prefix /usr
index 2df7d2789d6094a7fc22fcf5666202cb8a6cea3f..df70e8bdf5e41dfa191e7490ccbe885d91871cf1 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2005 Python Software Foundation.\n\
+Copyright (c) 2001-2008 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 1600d23f919495fb15d1d331a5b84acc782198b5..9e424ae32a7475aaeda4d47f39cbcb5b1fe950a7 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is Python version 2.3.6
-============================
+This is Python version 2.3.7c1
+==============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.