Fri May 27 13:04:02 ART 2005  Alberto Bertogli <albertogli@telpin.com.ar>
  * Version 3.5
diff -rN -u old-msnlib/msn new-msnlib/msn
--- old-msnlib/msn	2005-05-27 13:09:30.000000000 -0300
+++ new-msnlib/msn	2005-05-27 12:59:26.000000000 -0300
@@ -1621,7 +1621,7 @@
 #
 # 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 -rN -u old-msnlib/msnlib.py new-msnlib/msnlib.py
--- old-msnlib/msnlib.py	2005-05-27 13:09:30.000000000 -0300
+++ new-msnlib/msnlib.py	2005-05-27 12:59:42.000000000 -0300
@@ -14,7 +14,7 @@
 """
 
 # constants
-VERSION = 0x0304
+VERSION = 0x0305
 LOGIN_HOST = 'messenger.hotmail.com'
 LOGIN_PORT = 1863
 
diff -rN -u old-msnlib/setup.py new-msnlib/setup.py
--- old-msnlib/setup.py	2005-05-27 13:09:30.000000000 -0300
+++ new-msnlib/setup.py	2005-05-27 12:59:34.000000000 -0300
@@ -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",

