Skip to content

Commit

Permalink
[REL] 8.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Jul 7, 2014
1 parent 130f890 commit 139d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# 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 = (8, 0, 0, ALPHA, 1)
version_info = (8, 0, 0, RELEASE_CANDIDATE, 1)
version = '.'.join(map(str, version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '')
series = serie = major_version = '.'.join(map(str, version_info[:2]))

Expand Down

0 comments on commit 139d868

Please sign in to comment.