mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
bumping to 2.6.4
This commit is contained in:
parent
aaa42f77db
commit
28dbc1f83e
7 changed files with 10 additions and 10 deletions
|
|
@ -23,11 +23,11 @@
|
|||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 6
|
||||
#define PY_MICRO_VERSION 4
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
||||
#define PY_RELEASE_SERIAL 2
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.6.4rc2+"
|
||||
#define PY_VERSION "2.6.4"
|
||||
/*--end constants--*/
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue