Fix the release level

This commit is contained in:
Barry Warsaw 2008-09-12 23:35:48 +00:00
parent 1e62aec3ed
commit f5f9d99974
1 changed files with 2 additions and 2 deletions

View File

@ -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"