Changeset 3340

Show
Ignore:
Timestamp:
09/02/05 18:11:52 (3 years ago)
Author:
nk
Message:

svn says 0.9 now

Location:
trunk/src/common
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r3314 r3340  
    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.9' ], # what version first created the config 
    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'], 
  • trunk/src/common/gajim.py

    r3291 r3340  
    2525import common.logger 
    2626 
    27 version = '0.8.1' 
     27version = '0.9' 
    2828config = common.config.Config() 
    2929connections = {}