From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:47 +0000 (-0700) Subject: Hgfs Fuse Client: increment the client version to 1.6.3 X-Git-Tag: stable-10.2.0~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff5db3088785e5b2f3f472d40fec8562c172d67;p=thirdparty%2Fopen-vm-tools.git Hgfs Fuse Client: increment the client version to 1.6.3 --- diff --git a/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h b/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h index 84a324568..fb049cdfe 100644 --- a/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h +++ b/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h @@ -25,8 +25,8 @@ #ifndef _VMHGFS_VERSION_H_ #define _VMHGFS_VERSION_H_ -#define VMHGFS_DRIVER_VERSION 1.6.2.0 -#define VMHGFS_DRIVER_VERSION_COMMAS 1,6,2,0 -#define VMHGFS_DRIVER_VERSION_STRING "1.6.2.0" +#define VMHGFS_DRIVER_VERSION 1.6.3.0 +#define VMHGFS_DRIVER_VERSION_COMMAS 1,6,3,0 +#define VMHGFS_DRIVER_VERSION_STRING "1.6.3.0" #endif /* _VMHGFS_VERSION_H_ */