Change version for 0.6 release

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-06-13 17:36:40 +00:00
parent 31a2ec8633
commit 9c492501f4

View file

@ -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')