Skip to content
Snippets Groups Projects
Commit 78086987 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[REL] 10.0 \o/

parent 18cdce91
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ RELEASE_LEVELS_DISPLAY = {ALPHA: ALPHA,
# properly comparable using normal operarors, for example:
# (6,1,0,'beta',0) < (6,1,0,'candidate',1) < (6,1,0,'candidate',2)
# (6,1,0,'candidate',2) < (6,1,0,'final',0) < (6,1,2,'final',0)
version_info = (10, 0, 0, RELEASE_CANDIDATE, 1, 'c')
version_info = (10, 0, 0, FINAL, 0, '')
version = '.'.join(map(str, version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '') + version_info[5]
series = serie = major_version = '.'.join(map(str, version_info[:2]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment