git » msnlib » commit bf96c1f

Version 3.7

author Alberto Bertogli
2009-11-01 15:54:40 UTC
committer Alberto Bertogli
2009-11-01 15:58:23 UTC
parent 9f5060d7c92696e321e384e963dc406d7300060b

Version 3.7

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

msn +1 -1
msnlib.py +1 -1
setup.py +1 -1

diff --git a/msn b/msn
index 21146c6..85d8ef7 100755
--- a/msn
+++ b/msn
@@ -1635,7 +1635,7 @@ m.cb.reg = cb_reg
 #
 # now the real thing
 #
-printl('* MSN Client (3.6) *\n', c.yellow, 1)
+printl('* MSN Client (3.7) *\n', c.yellow, 1)
 
 # first, the configuration
 printl('Loading config... ', c.green, 1)
diff --git a/msnlib.py b/msnlib.py
index 6902529..9d9952e 100644
--- a/msnlib.py
+++ b/msnlib.py
@@ -11,7 +11,7 @@ by Alberto Bertogli (albertito@blitiri.com.ar)
 """
 
 # constants
-VERSION = 0x0306
+VERSION = 0x0307
 LOGIN_HOST = 'messenger.hotmail.com'
 LOGIN_PORT = 1863
 
diff --git a/setup.py b/setup.py
index 9ef29a3..4ced0d1 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 from distutils.core import setup
 
 setup(name="msnlib",
-	version="3.6",
+	version="3.7",
 	description="MSN Messenger Library and Client",
 	author="Alberto Bertogli",
 	author_email="albertogli@blitiri.com.ar",