Kaydet (Commit) d1136807 authored tarafından Anthony Baxter's avatar Anthony Baxter

Preparing for 2.5b1.

üst e7d7caa1
......@@ -5,5 +5,5 @@
Email: \email{docs@python.org}
}
\date{\today} % XXX update before final release!
\date{20 June, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information
......@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "2.5a2"
#define PY_VERSION "2.5b1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
......
What's New in IDLE 1.2b1?
=========================
*Release date: 20-JUN-2006*
What's New in IDLE 1.2a2?
=========================
......
IDLE_VERSION = "1.2a2"
IDLE_VERSION = "1.2b1"
......@@ -7,7 +7,7 @@ Python News
What's New in Python 2.5 beta 1?
=================================
*Release date: XX-JUN-2006*
*Release date: 20-JUN-2006*
Core and builtins
-----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment