Change version for 0.6 release
This commit is contained in:
parent
31a2ec8633
commit
9c492501f4
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class MultiUserChat(object):
|
|||
qp = iq_obj.getTag('query')
|
||||
if config.get('send_poezio_info', 'true') == 'true':
|
||||
qp.setTagData('name', 'Poezio')
|
||||
qp.setTagData('version', '0.6 trunk')
|
||||
qp.setTagData('version', '0.6')
|
||||
else:
|
||||
qp.setTagData('name', 'Unknown')
|
||||
qp.setTagData('version', 'Unknown')
|
||||
|
|
Loading…
Reference in a new issue