Skip to content

Commit

Permalink
[REL] Odoo 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Sep 18, 2014
1 parent f22f98c commit 990d05e
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, RELEASE_CANDIDATE, 1)
version_info = (8, 0, 0, FINAL, 0)
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 990d05e

Please sign in to comment.