]> granicus.if.org Git - python/commitdiff
Prepare for 2.5.3c1. v2.5.3c1
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Dec 2008 15:42:40 +0000 (15:42 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Dec 2008 15:42:40 +0000 (15:42 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index bc6e452ad8d2c7aa0d3202fac5760f8494963ca3..eb3b6f433a97dba6dfc779e5a26050798da11eae 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{21st February, 2008}                     % XXX update before final release!
+\date{13th December, 2008}                     % XXX update before final release!
 \input{patchlevel}             % include Python version information
index c2d56f11d948fccdf273de6326968f1e3bfcfbfd..c79ba1846fbd63a8c3144d3dd3677144c6b56c9f 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       3
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.5.3a0"
+#define PY_VERSION             "2.5.3c1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 7329ee9d73fde546747908a842cd6a1ccf64fe9c..1d0a712f4fec8cf1c42d9000b28f5d391c51130d 100644 (file)
@@ -1,7 +1,7 @@
 What's New in IDLE 1.2.3c1?
 ===========================
 
-*Release date: XX-XXX-2008*
+*Release date: 13-Dec-2008*
 
 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
   would not start if a custom theme was defined.
index ec8e0008d791c94aa9c97a0c5abda7570f5b69ca..bf76c40d4e5cf8679601d4db16d095cd4500a6c7 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.2"
+IDLE_VERSION = "1.2.3c1"
index 18af6d09f4d7c7c2067afb4179dbd7921050ec67..5e78a83f37bfedfb54ee56b63789dc4ac23f2947 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.5.3?
+What's New in Python 2.5.3c1?
 =============================
 
-*Release date: XX-XXX-20XX*
+*Release date: 13-Dec-2008*
 
 Core and builtins
 -----------------
diff --git a/README b/README
index f6546ffa78d024e522177a849774c1a36cd9c1a8..8699ba702f1ab128bc255e2d6a27f498079e1903 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.5.2
-============================
+This is Python version 2.5.3c1
+==============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software 
 Foundation.