Skip to content

Commit f57e2bc

Browse files
author
barry.warsaw
committed
Bump to 2.6b3.
git-svn-id: http://svn.python.org/projects/python/trunk@65922 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent e7d9a34 commit f57e2bc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#define PY_MINOR_VERSION 6
2525
#define PY_MICRO_VERSION 0
2626
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
27-
#define PY_RELEASE_SERIAL 2
27+
#define PY_RELEASE_SERIAL 3
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.6b2+"
30+
#define PY_VERSION "2.6b3"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository) */

Lib/distutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
#
2323

2424
#--start constants--
25-
__version__ = "2.6b2"
25+
__version__ = "2.6b3"
2626
#--end constants--

Lib/idlelib/idlever.py

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

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.6 beta 3?
88
================================
99

10-
*Release date: XX-Aug-2008*
10+
*Release date: 20-Aug-2008*
1111

1212
Core and Builtins
1313
-----------------

Misc/RPM/python-2.6.spec

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

3535
%define name python
3636
#--start constants--
37-
%define version 2.6b2
37+
%define version 2.6b3
3838
%define libver 2.6
3939
#--end constants--
4040
%define release 1pydotorg

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 2.6 beta 2
1+
This is Python version 2.6 beta 3
22
=================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008

0 commit comments

Comments
 (0)