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

[IMP] change version number

bzr revid: christophe@tinyerp.com-20090814103837-yl6iqkw4fnywhejn
parent 06c062e6
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@
##############################################################################
name = 'openerp-server'
version = '5.0.2'
release = '0'
version = '5.0.3-bzr'
major_version = '5.0'
description = 'OpenERP Server'
long_desc = '''\
......
......@@ -46,8 +46,8 @@ opj = os.path.join
execfile(opj('bin', 'release.py'))
if sys.argv[1] != 'bdist_rpm':
version = version + '-' + release
if sys.argv[1] == 'bdist_rpm':
version = version.split('-')[0]
# get python short version
py_short_version = '%s.%s' % sys.version_info[:2]
......
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