r21: Client and server version both set to 2.0 so they are now in step with each...
authorrohan <rohan>
Mon, 25 Mar 2002 11:46:37 +0000 (11:46 +0000)
committerrohan <rohan>
Mon, 25 Mar 2002 11:46:37 +0000 (11:46 +0000)
nbd-client.c
nbd-server.c

index fcc9680..38f8b4e 100644 (file)
@@ -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 <asm/page.h>
index 31a8b2b..904f416 100644 (file)
  *     option.) Ken Yap <ken@nlc.net.au>.
  * Version 1.6 - fix autodetection of block device size and really make 64 bit
  *     clean on 32 bit machines. Anton Altaparmakov <aia21@cam.ac.uk>
+ * Version 2.0 - Version synchronised with client
  */
 
-#define VERSION "1.6"
+#define VERSION "2.0"
 #define GIGA (1*1024*1024*1024)
 
 #include <sys/types.h>