[Refdb-cvs] CVS: refdb/src connect.h,1.4.2.1,1.4.2.2
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-08-14 00:21:22
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30470/src Modified Files: Tag: Release_0_9_5_stable connect.h Log Message: bumped up protocol version numbers Index: connect.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/connect.h,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -U2 -r1.4.2.1 -r1.4.2.2 --- connect.h 15 Apr 2005 22:45:07 -0000 1.4.2.1 +++ connect.h 14 Aug 2005 00:21:12 -0000 1.4.2.2 @@ -21,8 +21,8 @@ #define CONNECT_H -#define REFDB_PROTOCOL_VERSION 3 /* version of the client-server dialog protocol */ +#define REFDB_PROTOCOL_VERSION 4 /* version of the client-server dialog protocol */ -#define REFDB_MIN_CLIENT_PROTOCOL 3 /* the lowest client protocol version the server will talk to */ -#define REFDB_MIN_SERVER_PROTOCOL 3 /* the lowest server protocol version the client will talk to */ +#define REFDB_MIN_CLIENT_PROTOCOL 4 /* the lowest client protocol version the server will talk to */ +#define REFDB_MIN_SERVER_PROTOCOL 4 /* the lowest server protocol version the client will talk to */ #define COMMAND_INBUF_LEN 4096 /* length of buffer for client -> server */ |