From 11d3d0c7be58f56426a93c476836f8fc0aa4e9f6 Mon Sep 17 00:00:00 2001 From: Chris Valean Date: Thu, 16 Nov 2017 10:34:38 +0200 Subject: [PATCH] update LIS version --- hv-rhel5.x/hv/include/linux/hv_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hv-rhel5.x/hv/include/linux/hv_compat.h b/hv-rhel5.x/hv/include/linux/hv_compat.h index 8b7035256..76b7ef07e 100644 --- a/hv-rhel5.x/hv/include/linux/hv_compat.h +++ b/hv-rhel5.x/hv/include/linux/hv_compat.h @@ -8,7 +8,7 @@ #define CN_VSS_IDX 0xA #define CN_VSS_VAL 0x1 -#define HV_DRV_VERSION "master" +#define HV_DRV_VERSION "4.2.4-beta1" #ifndef O_CLOEXEC #define O_CLOEXEC 02000000 /* set close_on_exec */