Skip to content
Snippets Groups Projects
Commit 637339ea authored by nkour's avatar nkour
Browse files

svn says 0.9 now

parent eea8e8b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment