mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Preparing for 2.5b1.
This commit is contained in:
parent
e7d7caa17a
commit
d113680720
5 changed files with 11 additions and 6 deletions
|
@ -22,11 +22,11 @@
|
|||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 5
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PY_RELEASE_SERIAL 2
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.5a2"
|
||||
#define PY_VERSION "2.5b1"
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue