From 637339ea8a8d2ac20c9ec66360429df78f59f5f9 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 2 Sep 2005 16:11:52 +0000 Subject: [PATCH] svn says 0.9 now --- src/common/config.py | 2 +- src/common/gajim.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index d407e98a9..0a9c97d56 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -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 diff --git a/src/common/gajim.py b/src/common/gajim.py index b967e257b..205bae533 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -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