From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:56 +0000 (-0700) Subject: Hgfs Fuse Client: increment version for connection unavailable fix X-Git-Tag: stable-10.2.0~608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d057132ad3494f730ee94b69d66aefaeac6dce7;p=thirdparty%2Fopen-vm-tools.git Hgfs Fuse Client: increment version for connection unavailable fix Increment version for connection unavailable fix from 1.6.3 to 1.6.4 --- diff --git a/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h b/open-vm-tools/vmhgfs-fuse/vmhgfs_version.h index fb049cdfe..1586120d5 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.3.0 -#define VMHGFS_DRIVER_VERSION_COMMAS 1,6,3,0 -#define VMHGFS_DRIVER_VERSION_STRING "1.6.3.0" +#define VMHGFS_DRIVER_VERSION 1.6.4.0 +#define VMHGFS_DRIVER_VERSION_COMMAS 1,6,4,0 +#define VMHGFS_DRIVER_VERSION_STRING "1.6.4.0" #endif /* _VMHGFS_VERSION_H_ */