preparing for 2.5b2

This commit is contained in:
Anthony Baxter 2006-07-10 07:41:04 +00:00
parent 78ff1a187b
commit 70e8e87750
7 changed files with 12 additions and 7 deletions

View File

@ -5,5 +5,5 @@
Email: \email{docs@python.org}
}
\date{\today} % XXX update before final release!
\date{11th July, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information

View File

@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_SERIAL 2
/* Version as a string */
#define PY_VERSION "2.5b1"
#define PY_VERSION "2.5b2"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"

View File

@ -1,3 +1,8 @@
What's New in IDLE 1.2b2?
=========================
*Release date: 11-JUL-2006*
What's New in IDLE 1.2b1?
=========================

View File

@ -1 +1 @@
IDLE_VERSION = "1.2b1"
IDLE_VERSION = "1.2b2"

View File

@ -7,7 +7,7 @@ Python News
What's New in Python 2.5 beta 2?
================================
*Release date: XX-JUL-2006*
*Release date: 11-JUL-2006*
Core and builtins
-----------------

View File

@ -33,7 +33,7 @@
#################################
%define name python
%define version 2.5a2
%define version 2.5b2
%define libvers 2.5
%define release 1pydotorg
%define __prefix /usr

2
README
View File

@ -1,4 +1,4 @@
This is Python version 2.5 alpha 1
This is Python version 2.5 beta 2
==================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.