From 19bd90fa61e527f86d07d53fdcfe291e67a53a60 Mon Sep 17 00:00:00 2001 From: rohan Date: Mon, 25 Mar 2002 11:46:37 +0000 Subject: [PATCH] r21: Client and server version both set to 2.0 so they are now in step with each other --- nbd-client.c | 1 + nbd-server.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nbd-client.c b/nbd-client.c index fcc9680..38f8b4e 100644 --- a/nbd-client.c +++ b/nbd-client.c @@ -7,6 +7,7 @@ * Version 1.0 - 64bit issues should be fixed, now * Version 1.1 - added bs (blocksize) option (Alexey Guzeev, aga@permonline.ru) * Version 1.2 - I added new option '-d' to send the disconnect request + * Version 2.0 - Version synchronised with server */ #include diff --git a/nbd-server.c b/nbd-server.c index 31a8b2b..904f416 100644 --- a/nbd-server.c +++ b/nbd-server.c @@ -16,9 +16,10 @@ * option.) Ken Yap . * Version 1.6 - fix autodetection of block device size and really make 64 bit * clean on 32 bit machines. Anton Altaparmakov + * Version 2.0 - Version synchronised with client */ -#define VERSION "1.6" +#define VERSION "2.0" #define GIGA (1*1024*1024*1024) #include -- 1.7.10.4