From 8542fd0b515ea0e6f8d5d457c350f1c504556067 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 15 May 2011 00:34:47 +0100
Subject: [PATCH 9/9] Version 3.8

---
 msn       |    2 +-
 msnlib.py |    2 +-
 setup.py  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 055d795..391af13 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",
-- 
1.6.2.2.646.gb214

