mirror of https://github.com/python/cpython
Bumping to 2.6.2 (final).
This commit is contained in:
parent
c3e0d0410e
commit
63a976e114
|
@ -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) */
|
||||
|
|
|
@ -22,5 +22,5 @@ __revision__ = "$Id$"
|
|||
#
|
||||
|
||||
#--start constants--
|
||||
__version__ = "2.6.2c1"
|
||||
__version__ = "2.6.2"
|
||||
#--end constants--
|
||||
|
|
|
@ -1 +1 @@
|
|||
IDLE_VERSION = "2.6.2c1"
|
||||
IDLE_VERSION = "2.6.2"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
===============================
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue