Skip to content

Commit bd9dfd1

Browse files
author
barry.warsaw
committed
Bumping to 2.6 final.
git-svn-id: http://svn.python.org/projects/python/trunk@66714 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent a580309 commit bd9dfd1

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 6
2525
#define PY_MICRO_VERSION 0
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL 2
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL 0
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.6rc2+"
30+
#define PY_VERSION "2.6"
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.6rc2"
25+
__version__ = "2.6"
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.6rc2"
1+
IDLE_VERSION = "2.6"

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 final
88
==============================
99

10-
*Release date: XX-XXX-2008*
10+
*Release date: 01-Oct-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.6rc2
37+
%define version 2.6
3838
%define libver 2.6
3939
#--end constants--
4040
%define release 1pydotorg

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.6 release candidate 2
2-
==============================================
1+
This is Python version 2.6
2+
==========================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
55
Python Software Foundation.

0 commit comments

Comments
 (0)