From: rohan Date: Mon, 25 Mar 2002 11:46:37 +0000 (+0000) Subject: r21: Client and server version both set to 2.0 so they are now in step with each... X-Git-Url: http://git.alex.org.uk r21: Client and server version both set to 2.0 so they are now in step with each other --- 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