Changeset 6427
- Timestamp:
- 06/05/06 12:44:37 (2 years ago)
- Location:
- branches/gajim_0.10
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
src/common/config.py (modified) (1 diff)
-
src/common/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/Makefile
r6408 r6427 1 VERSION ?= 0.10 1 VERSION ?= 0.10.1 2 2 3 3 GAJIM_AP = 0 # do we build Autopackage? -
branches/gajim_0.10/src/common/config.py
r6170 r6427 135 135 'show_roster_on_startup': [opt_bool, True], 136 136 'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')], 137 'version': [ opt_str, '0.10 ' ], # which version created the config137 'version': [ opt_str, '0.10.1' ], # which version created the config 138 138 'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'], 139 139 'dictionary_url': [opt_str, 'WIKTIONARY', _("Either custom url with %s in it where %s is the word/phrase or 'WIKTIONARY' which means use wiktionary.")], -
branches/gajim_0.10/src/common/gajim.py
r6251 r6427 26 26 27 27 interface = None # The actual interface (the gtk one for the moment) 28 version = '0.10 '28 version = '0.10.1' 29 29 config = config.Config() 30 30 connections = {}
