[IMP] change version number

bzr revid: christophe@tinyerp.com-20090814103837-yl6iqkw4fnywhejn
This commit is contained in:
Christophe Simonis 2009-08-14 12:38:37 +02:00
parent 06c062e6cf
commit f148754bcf
2 changed files with 3 additions and 4 deletions

View File

@ -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 = '''\

View File

@ -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]