/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: Vincent Ladeuil
  • Date: 2010-02-24 08:33:32 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20100224083332-ybowfrv9fxi8ue9z
Tags: bzr-gtk-0.98.0
Update NEWS preparing 0.98 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
from bzrlib.commands import plugin_cmds
61
61
 
62
62
 
63
 
version_info = (0, 98, 0, 'dev', 1)
 
63
version_info = (0, 98, 0, 'final', 1)
64
64
 
65
65
if version_info[3] == 'final':
66
66
    version_string = '%d.%d.%d' % version_info[:3]