[IMP] orm: added small comment.
[odoo/odoo.git] / openerp / release.py
index 5ae15a0..babe0ca 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- encoding: utf-8 -*-
 ##############################################################################
 #
@@ -20,9 +19,8 @@
 #
 ##############################################################################
 
-name = 'openerp-server'
-version = '6.0.1'
-major_version = '6.0'
+version = '6.1dev'
+major_version = '6.1'
 description = 'OpenERP Server'
 long_desc = '''OpenERP is a complete ERP and CRM. The main features are accounting (analytic
 and financial), stock management, sales and purchases management, tasks
@@ -37,8 +35,6 @@ Programming Language :: Python
 url = 'http://www.openerp.com'
 author = 'OpenERP S.A.'
 author_email = 'info@openerp.com'
-support_email = 'support@openerp.com'
 license = 'AGPL-3'
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-