/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 19:58:59 UTC
  • mto: This revision was merged to the branch mainline in revision 654.
  • Revision ID: v.ladeuil+lp@free.fr-20090709195859-kixdmkm4k5idc181
Tags: bzr-gtk-0.96.2
Bump the version to 0.96.2 after versioning credits.pickle.

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, 1, 'final')
 
48
version_info = (0, 96, 2, 'final')
49
49
 
50
50
if version_info[3] == 'final':
51
51
    version_string = '%d.%d.%d' % version_info[:3]