mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
Bumping to 2.6.2 (final).
This commit is contained in:
parent
c3e0d0410e
commit
63a976e114
6 changed files with 28 additions and 22 deletions
|
@ -27,7 +27,7 @@
|
||||||
#define PY_RELEASE_SERIAL 0
|
#define PY_RELEASE_SERIAL 0
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.6.2c1"
|
#define PY_VERSION "2.6.2"
|
||||||
/*--end constants--*/
|
/*--end constants--*/
|
||||||
|
|
||||||
/* Subversion Revision number of this file (not of the repository) */
|
/* Subversion Revision number of this file (not of the repository) */
|
||||||
|
|
|
@ -22,5 +22,5 @@ __revision__ = "$Id$"
|
||||||
#
|
#
|
||||||
|
|
||||||
#--start constants--
|
#--start constants--
|
||||||
__version__ = "2.6.2c1"
|
__version__ = "2.6.2"
|
||||||
#--end constants--
|
#--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.)
|
(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
|
What's New in Python 2.6.2 rc 1
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
%define name python
|
%define name python
|
||||||
#--start constants--
|
#--start constants--
|
||||||
%define version 2.6.2c1
|
%define version 2.6.2
|
||||||
%define libver 2.6
|
%define libver 2.6
|
||||||
#--end constants--
|
#--end constants--
|
||||||
%define release 1pydotorg
|
%define release 1pydotorg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue