Skip to content

Commit 033dec1

Browse files
author
anthony.baxter
committed
pre-release machinations
git-svn-id: http://svn.python.org/projects/python/trunk@51041 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent eb210f4 commit 033dec1

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Doc/commontex/boilerplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
Email: \email{docs@python.org}
66
}
77

8-
\date{11th July, 2006} % XXX update before final release!
8+
\date{3rd August, 2006} % XXX update before final release!
99
\input{patchlevel} % include Python version information

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PY_MINOR_VERSION 5
2424
#define PY_MICRO_VERSION 0
2525
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
26-
#define PY_RELEASE_SERIAL 2
26+
#define PY_RELEASE_SERIAL 3
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.5b2"
29+
#define PY_VERSION "2.5b3"
3030

3131
/* Subversion Revision number of this file (not of the repository) */
3232
#define PY_PATCHLEVEL_REVISION "$Revision$"

Lib/idlelib/NEWS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
What's New in IDLE 1.2c1?
1+
What's New in IDLE 1.2b3?
22
=========================
33

4-
*Release date: XX-XXX-2006*
4+
*Release date: 03-AUG-2006*
55

66
- EditorWindow.test() was failing. Bug 1417598
77

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "1.2b2"
1+
IDLE_VERSION = "1.2b3"

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python News
77
What's New in Python 2.5 beta 3?
88
================================
99

10-
*Release date: XX-AUG-2006*
10+
*Release date: 03-AUG-2006*
1111

1212
Core and builtins
1313
-----------------

Misc/RPM/python-2.5.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#################################
3434

3535
%define name python
36-
%define version 2.5b2
36+
%define version 2.5b3
3737
%define libvers 2.5
3838
%define release 1pydotorg
3939
%define __prefix /usr

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.5 beta 2
2-
==================================
1+
This is Python version 2.5 beta 3
2+
=================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
55
All rights reserved.

0 commit comments

Comments
 (0)