svn says 0.9 now

This commit is contained in:
Nikos Kouremenos 2005-09-02 16:11:52 +00:00
parent eea8e8b713
commit 637339ea8a
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class Config:
'send_on_ctrl_enter': [opt_bool, False], # send on ctrl+enter
'show_roster_on_startup': [opt_bool, True],
'key_up_lines': [opt_int, 25], # how many lines to store for key up
'version': [ opt_str, '0.8.1' ],
'version': [ opt_str, '0.9' ], # what version first created the config
'always_compact_view': [opt_bool, False], # initial compact view state
'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'],
'dictionary_url': [opt_str, 'WIKTIONARY'], # by default use wiktionary

View File

@ -24,7 +24,7 @@ import mutex
import common.config
import common.logger
version = '0.8.1'
version = '0.9'
config = common.config.Config()
connections = {}
verbose = False