/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2008-05-04 20:23:56 UTC
  • Revision ID: jelmer@samba.org-20080504202356-64wc0mcpsqd708xq
Start working on 0.95.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
import bzrlib
39
39
 
40
 
version_info = (0, 94, 0, 'final', 1)
 
40
version_info = (0, 95, 0, 'dev', 1)
41
41
 
42
42
if version_info[3] == 'final':
43
43
    version_string = '%d.%d.%d' % version_info[:3]