/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Daniel Watkins
  • Date: 2007-11-06 09:33:05 UTC
  • mfrom: (2967 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2993.
  • Revision ID: d.m.watkins@warwick.ac.uk-20071106093305-zfef3c0jbcvunnuz
Merged bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
if version_info[3] == 'final':
44
44
    version_string = '%d.%d.%d' % version_info[:3]
45
45
else:
46
 
    version_string = '%d.%d.%d%s%d' % version_info
 
46
    version_string = '%d.%d.%d.%s.%d' % version_info
47
47
__version__ = version_string
48
48
 
49
49
# allow bzrlib plugins to be imported.