]> code.delx.au - pymsnt/commitdiff
Fixed bug with version number.
authorJames Bunton <jamesbunton@fastmail.fm>
Tue, 31 Jul 2007 00:09:20 +0000 (10:09 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Tue, 31 Jul 2007 00:09:20 +0000 (10:09 +1000)
src/legacy/glue.py
src/misciq.py

index 4584f40e0bf98bdfa8a9d319e77b9c3a9aaf415f..769900b7323f00e9b7d8405bdd803ec6019352bf 100644 (file)
@@ -18,7 +18,7 @@ import lang
 
 
 url = "http://msn-transport.jabberstudio.org"
-version = "0.11.2-dev"   # The transport version
+version = "0.11.3-dev"   # The transport version
 mangle = True            # XDB '@' -> '%' mangling
 id = "msn"               # The transport identifier
 
index c074f178a4984e6abced7c481d1bc32f3fd8985c..f66dc63e9ada36c2e4d2c4d1561fd88b33af3d1a 100644 (file)
@@ -432,6 +432,7 @@ class VersionTeller:
                self.pytrans = pytrans
                self.pytrans.discovery.addFeature(disco.IQVERSION, self.incomingIq, config.jid)
                self.pytrans.discovery.addFeature(disco.IQVERSION, self.incomingIq, "USER")
+               self.version = legacy.version
                self.os = "Python" + ".".join([str(x) for x in sys.version_info[0:3]]) + " - " + sys.platform
        
        def incomingIq(self, el):