/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-08-04 18:08:20 UTC
  • Revision ID: jelmer@samba.org-20080804180820-24n5va8sr53wfdbc
ReleaseĀ 0.95.

Show diffs side-by-side

added added

removed removed

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