From 1402fad74ef1e8ca25763884a91f8ad385b63dc8 Mon Sep 17 00:00:00 2001 From: itetcu Date: Fri, 16 Jun 2006 08:09:40 +0000 Subject: - Update to 2.3 Changes: - Added panels system - Completed Invite and multi conversation system PR: 98968 Submitted by: maintainer --- net-im/cli-msn/files/patch-src_defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im/cli-msn/files') diff --git a/net-im/cli-msn/files/patch-src_defs.c b/net-im/cli-msn/files/patch-src_defs.c index e3fbe7a4e3d8..88ab62b63701 100644 --- a/net-im/cli-msn/files/patch-src_defs.c +++ b/net-im/cli-msn/files/patch-src_defs.c @@ -1,9 +1,9 @@ --- src/headers/defs.h Wed Jan 4 10:52:17 2006 +++ src/headers/defs.h Fri Mar 31 20:29:12 2006 @@ -1,7 +1,6 @@ - #define VERSION "CLI-MSN-2.2" + #define VERSION "CLI-MSN-2.3" #define MAX_LINE_LENGTH 255 /* Config File line length */ - #define MAX_NO_LINES 4 /* Config File No. Lines */ + #define MAX_NO_LINES 5 /* Config File No. Lines */ -#define CONF_LOCATION "msn.conf" /* Default locality of msn.conf */ #define MAX_LIST_SIZE 150 #define MAX_ACCOUNT_LEN 130 -- cgit