use 'rc' for release candidates for consistency

This commit is contained in:
Benjamin Peterson 2009-06-13 14:25:08 +00:00
parent d1f5a59edb
commit 248886a0cd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def get_header_version_info(srcdir):
suffixes = {
'PY_RELEASE_LEVEL_ALPHA': 'a',
'PY_RELEASE_LEVEL_BETA': 'b',
'PY_RELEASE_LEVEL_GAMMA': 'c',
'PY_RELEASE_LEVEL_GAMMA': 'rc',
}
if level != 'PY_RELEASE_LEVEL_FINAL':
release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))