← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 743015] [NEW] The versions of the server (6.1-dev) and client (6.0.0) mismatch

 

Public bug reported:

Using the latest trunk version and it generates warning "The versions of the server (6.1-dev) and client (6.0.0) mismatch..."
The culprit is that the version number in client is not set correctly in trunk.

$ find -type f -iname '*.py' -exec grep version /dev/null {} \;|grep 6
./bin/release.py:version = '6.0.0'
./bin/release.py:major_version = '6.0'

Further information about the (client) environment

$ bzr info
Standalone tree (format: 2a)
Location:
  branch root: .

Related branches:
  parent branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/

$ bzr version-info
revision-id: tfr@xxxxxxxxxxx-20110119052507-rr0jby1x5ee12qmr
date: 2011-01-19 06:25:07 +0100
build-date: 2011-03-26 16:33:33 +0700
revno: 1789
branch-nick: client

** Affects: openobject-client
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/743015

Title:
  The versions of the server (6.1-dev) and client (6.0.0) mismatch

Status in OpenERP GTK Client:
  New

Bug description:
  Using the latest trunk version and it generates warning "The versions of the server (6.1-dev) and client (6.0.0) mismatch..."
  The culprit is that the version number in client is not set correctly in trunk.

  $ find -type f -iname '*.py' -exec grep version /dev/null {} \;|grep 6
  ./bin/release.py:version = '6.0.0'
  ./bin/release.py:major_version = '6.0'

  Further information about the (client) environment

  $ bzr info
  Standalone tree (format: 2a)
  Location:
    branch root: .

  Related branches:
    parent branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/

  $ bzr version-info
  revision-id: tfr@xxxxxxxxxxx-20110119052507-rr0jby1x5ee12qmr
  date: 2011-01-19 06:25:07 +0100
  build-date: 2011-03-26 16:33:33 +0700
  revno: 1789
  branch-nick: client



Follow ups

References