/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: 2009-05-20 17:28:26 UTC
  • mto: (0.200.530 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090520172826-dfjsgoyfvsw71hzd
StartĀ onĀ 0.3.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# versions ending in 'exp' mean experimental mappings
31
31
# versions ending in 'dev' mean development version
32
32
# versions ending in 'final' mean release (well tested, etc)
33
 
version_info = (0, 3, 2, 'final', 0)
 
33
version_info = (0, 3, 3, 'dev', 0)
34
34
 
35
35
if version_info[3] == 'final':
36
36
    version_string = '%d.%d.%d' % version_info[:3]