author | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-05-14 23:34:47 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-05-15 22:16:16 UTC |
parent | eafb518f64cd6a254f4c4d187bfde5bd737a9ee3 |
msn | +1 | -1 |
msnlib.py | +1 | -1 |
setup.py | +1 | -1 |
diff --git a/msn b/msn index 8464969..2f50535 100755 --- a/msn +++ b/msn @@ -1635,7 +1635,7 @@ m.cb.reg = cb_reg # # now the real thing # -printl('* MSN Client (3.7) *\n', c.yellow, 1) +printl('* MSN Client (3.8) *\n', c.yellow, 1) # first, the configuration printl('Loading config... ', c.green, 1) diff --git a/msnlib.py b/msnlib.py index 5d7f64e..157c3a6 100644 --- a/msnlib.py +++ b/msnlib.py @@ -11,7 +11,7 @@ by Alberto Bertogli (albertito@blitiri.com.ar) """ # constants -VERSION = 0x0307 +VERSION = 0x0308 LOGIN_HOST = 'messenger.hotmail.com' LOGIN_PORT = 1863 diff --git a/setup.py b/setup.py index 4ced0d1..ea8f892 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name="msnlib", - version="3.7", + version="3.8", description="MSN Messenger Library and Client", author="Alberto Bertogli", author_email="albertogli@blitiri.com.ar",