mirror of https://github.com/python/cpython
Fix the release level
This commit is contained in:
parent
1e62aec3ed
commit
f5f9d99974
|
@ -23,8 +23,8 @@
|
|||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 6
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.6rc1"
|
||||
|
|
Loading…
Reference in New Issue