Skip to content

Commit

Permalink
[REL] OpenERP 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylesuisse committed Feb 16, 2012
1 parent 98b30e9 commit 675aa4a
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 = (6,1,0,RELEASE_CANDIDATE,1)
version_info = (6,1,0,FINAL,0)
version = '.'.join(map(str,version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '')
major_version = '.'.join(map(str,version_info[:2]))

Expand Down

0 comments on commit 675aa4a

Please sign in to comment.