diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-16 16:09:40 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-16 16:09:40 +0800 |
commit | 1402fad74ef1e8ca25763884a91f8ad385b63dc8 (patch) | |
tree | f788d03685dc34165e437f2dd09c249276eb6f12 /net-im/cli-msn/files | |
parent | 2f91804ec85d34d99fad7ce78bde68c83c35ffdf (diff) | |
download | freebsd-ports-gnome-1402fad74ef1e8ca25763884a91f8ad385b63dc8.tar.gz freebsd-ports-gnome-1402fad74ef1e8ca25763884a91f8ad385b63dc8.tar.zst freebsd-ports-gnome-1402fad74ef1e8ca25763884a91f8ad385b63dc8.zip |
- Update to 2.3
Changes:
- Added panels system
- Completed Invite and multi conversation system
PR: 98968
Submitted by: maintainer
Diffstat (limited to 'net-im/cli-msn/files')
-rw-r--r-- | net-im/cli-msn/files/patch-src_defs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |