/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 __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2007-10-19 11:42:05 UTC
  • mto: (0.441.2 dev) (7406.3.1 rebase)
  • mto: This revision was merged to the branch mainline in revision 7441.
  • Revision ID: jelmer@samba.org-20071019114205-n4ccsxjqrcrxnwtd
Open 0.3 for development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                           UncommittedChanges)
28
28
from bzrlib.trace import info, warning
29
29
 
30
 
version_info = (0, 2, 0, 'final', 0)
 
30
version_info = (0, 3, 0, 'dev', 0)
31
31
if version_info[3] == 'final':
32
32
    version_string = '%d.%d.%d' % version_info[:3]
33
33
else: