--- gvpe/src/global.h 2003/04/05 02:32:40 1.11 +++ gvpe/src/global.h 2003/04/05 17:54:22 1.12 @@ -28,7 +28,7 @@ */ #define PROTOCOL_MAJOR 0 -#define PROTOCOL_MINOR 0 +#define PROTOCOL_MINOR 1 #define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8 #define RSA_KEYLEN ((RSA_KEYBITS) >> 3)