Changeset 9165

Show
Ignore:
Timestamp:
12/17/07 21:15:06 (11 months ago)
Author:
asterix
Message:

remove 'dh' from version name. Was from pep branch

Files:
1 modified

Legend:

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

    r9125 r9165  
    5757interface = None # The actual interface (the gtk one for the moment) 
    5858config = config.Config() 
    59 version = config.get('version') + 'dh' 
     59version = config.get('version') 
    6060connections = {} # 'account name': 'account (connection.Connection) instance' 
    6161verbose = False