git » msnlib » commit 6ecf382

Version 3.6.

author Alberto Bertogli
2007-10-30 20:54:28 UTC
committer Alberto Bertogli
2007-10-30 21:29:33 UTC
parent 28106693f86807693c17498c7648d3f7b4b87a57

Version 3.6.

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

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

diff --git a/msn b/msn
index 6316324..1c1e363 100755
--- a/msn
+++ b/msn
@@ -1636,7 +1636,7 @@ m.cb.reg = cb_reg
 #
 # now the real thing
 #
-printl('* MSN Client (3.5) *\n', c.yellow, 1)
+printl('* MSN Client (3.6) *\n', c.yellow, 1)
 
 # first, the configuration
 printl('Loading config... ', c.green, 1)
diff --git a/msnlib.py b/msnlib.py
index 2760ce9..ca40614 100644
--- a/msnlib.py
+++ b/msnlib.py
@@ -11,7 +11,7 @@ by Alberto Bertogli (albertogli@telpin.com.ar)
 """
 
 # constants
-VERSION = 0x0305
+VERSION = 0x0306
 LOGIN_HOST = 'messenger.hotmail.com'
 LOGIN_PORT = 1863
 
diff --git a/setup.py b/setup.py
index 47b8c0c..a5b91f0 100644
--- a/setup.py
+++ b/setup.py
@@ -2,11 +2,11 @@
 from distutils.core import setup
 
 setup(name="msnlib",
-	version="3.5",
+	version="3.6",
 	description="MSN Messenger Library and Client",
 	author="Alberto Bertogli",
 	author_email="albertogli@telpin.com.ar",
 	url="http://users.auriga.wearlab.de/~alb/msnlib",
 	py_modules=['msnlib', 'msncb'],
 )
-									 
+