Show
Ignore:
Timestamp:
09/06/05 13:48:59 (3 years ago)
Author:
nk
Message:

say 0.8.2 everywhere

Location:
branches/gajim_0.8.2/src/common
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.8.2/src/common/config.py

    r3341 r3454  
    118118                'show_roster_on_startup': [opt_bool, True], 
    119119                'key_up_lines': [opt_int, 25],  # how many lines to store for key up 
    120                 'version': [ opt_str, '0.8.1' ], 
     120                'version': [ opt_str, '0.8.2' ], 
    121121                'always_compact_view': [opt_bool, False], # initial compact view state 
    122122                'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'], 
  • branches/gajim_0.8.2/src/common/gajim.py

    r3341 r3454  
    2525import common.logger 
    2626 
    27 version = '0.8.1' 
     27version = '0.8.2' 
    2828config = common.config.Config() 
    2929connections = {}