Skip to content
Snippets Groups Projects
Commit 04b2b595 authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

[IMP] OpenERP 5.0-rc3

bzr revid: stephane@tinyerp.com-20090103023511-2hyot7ce3dz1remt
parent 05b46831
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.1
Name: OpenERP
Version: 5.0.0-rc2
Version: 5.0.0-rc3
Author: Tiny.be
Author-email: fp at tiny be
Maintainer: Tiny.be
......
......@@ -22,7 +22,7 @@
##############################################################################
name = 'openerp-server'
version = '5.0.0_rc2'
version = '5.0.0_rc3'
major_version = '5.0'
description = 'OpenERP Server'
long_desc = '''\
......
......@@ -83,7 +83,7 @@ def parse_version(s):
if __name__ == '__main__':
pvs = []
for v in ('0', '4.2', '4.2.3.4', '5.0.0-alpha', '5.0.0-rc1', '5.0.0-rc1.1', '5.0.0_rc2', '5.0.0'):
for v in ('0', '4.2', '4.2.3.4', '5.0.0-alpha', '5.0.0-rc1', '5.0.0-rc1.1', '5.0.0_rc2', '5.0.0_rc3', '5.0.0'):
pv = parse_version(v)
print v, pv
pvs.append(pv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment