Bumping to 2.6.2 (final).

This commit is contained in:
Barry Warsaw 2009-04-14 13:16:19 +00:00
parent c3e0d0410e
commit 63a976e114
6 changed files with 28 additions and 22 deletions

View File

@ -27,7 +27,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.6.2c1"
#define PY_VERSION "2.6.2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */

View File

@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
__version__ = "2.6.2c1"
__version__ = "2.6.2"
#--end constants--

View File

@ -1 +1 @@
IDLE_VERSION = "2.6.2c1"
IDLE_VERSION = "2.6.2"

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,12 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.6.2
==========================
*Release date: 14-Apr-2009*
What's New in Python 2.6.2 rc 1
===============================

View File

@ -34,7 +34,7 @@
%define name python
#--start constants--
%define version 2.6.2c1
%define version 2.6.2
%define libver 2.6
#--end constants--
%define release 1pydotorg