0.6.2 beta

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-07-19 23:59:47 +00:00
parent 5be8a3cb84
commit 6af387dead

View file

@ -304,7 +304,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.1')
qp.setTagData('version', '0.6.2 beta')
else:
qp.setTagData('name', 'Unknown')
qp.setTagData('version', 'Unknown')