/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 info.py

  • Committer: Curtis Hovey
  • Date: 2012-09-02 19:29:42 UTC
  • mfrom: (794.1.1 get_style_context)
  • Revision ID: sinzui.is@verizon.net-20120902192942-cwtww9wxvznx0wod
Do not call deprecated get_style(); use get_style_context().

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# versions ending in 'exp' mean experimental mappings
21
21
# versions ending in 'dev' mean development version
22
22
# versions ending in 'final' mean release (well tested, etc)
23
 
bzr_plugin_version = (0, 101, 0, 'dev', 0)
 
23
bzr_plugin_version = (0, 104, 0, 'dev', 0)
24
24
 
25
25
#FIXME: fill this in automatically somehow
26
26
bzr_commands = []
27
27
 
28
 
bzr_compatible_versions = [(2, 1, 0), (2, 2, 0), (2, 3, 0), (2, 4, 0)]
 
28
bzr_compatible_versions = [(2, 1, 0), (2, 2, 0), (2, 3, 0), (2, 4, 0), (2, 5, 0)]
29
29
 
30
30
bzr_minimum_version = bzr_compatible_versions[0]
31
31