diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 17:36:40 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 17:36:40 +0000 |
commit | 9c492501f4406e74ba989e5519f40d723f52873d (patch) | |
tree | 5cd8066bc4c0e3ba2fec4a24f1230548b2d9cea9 /src/multiuserchat.py | |
parent | 31a2ec8633aa5ed71c342e030f9d1b1a324397d3 (diff) | |
download | poezio-9c492501f4406e74ba989e5519f40d723f52873d.tar.gz poezio-9c492501f4406e74ba989e5519f40d723f52873d.tar.bz2 poezio-9c492501f4406e74ba989e5519f40d723f52873d.tar.xz poezio-9c492501f4406e74ba989e5519f40d723f52873d.zip |
Change version for 0.6 release
Diffstat (limited to 'src/multiuserchat.py')
-rw-r--r-- | src/multiuserchat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiuserchat.py b/src/multiuserchat.py index b5e4a02e..9a12bd37 100644 --- a/src/multiuserchat.py +++ b/src/multiuserchat.py @@ -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') |