/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: 2009-07-09 06:25:30 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090709062530-kcreu1jm81hbu432
Open 0.97.0 for development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
import os.path
47
47
 
48
 
version_info = (0, 96, 0, 'final')
 
48
version_info = (0, 97, 0, 'dev', 1)
49
49
 
50
50
if version_info[3] == 'final':
51
51
    version_string = '%d.%d.%d' % version_info[:3]