author | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-05-27 16:04:02 UTC |
committer | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-05-27 16:04:02 UTC |
parent | e38375b2540e8570c177542b87c29a765d43c491 |
msn | +1 | -1 |
msnlib.py | +1 | -1 |
setup.py | +1 | -1 |
diff --git a/msn b/msn index 2e74a6a..1e236bf 100644 --- a/msn +++ b/msn @@ -1621,7 +1621,7 @@ m.cb.reg = cb_reg # # now the real thing # -printl('* MSN Client (3.4) *\n', c.yellow, 1) +printl('* MSN Client (3.5) *\n', c.yellow, 1) # first, the configuration printl('Loading config... ', c.green, 1) diff --git a/msnlib.py b/msnlib.py index f10af26..238a062 100644 --- a/msnlib.py +++ b/msnlib.py @@ -14,7 +14,7 @@ by Alberto Bertogli (albertogli@telpin.com.ar) """ # constants -VERSION = 0x0304 +VERSION = 0x0305 LOGIN_HOST = 'messenger.hotmail.com' LOGIN_PORT = 1863 diff --git a/setup.py b/setup.py index 1b192e1..47b8c0c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name="msnlib", - version="3.4", + version="3.5", description="MSN Messenger Library and Client", author="Alberto Bertogli", author_email="albertogli@telpin.com.ar",