From 6535f9ada181dd8ac72e8c0b09d9121d2f55e221 Mon Sep 17 00:00:00 2001 From: Leonid Lobachev Date: Wed, 13 Nov 2019 17:54:35 -0800 Subject: [PATCH] Update gasket framework version. This is needed to avoid the need for manual dkms driver installation with --force on systems where upstream staging kernel module is present already. Change-Id: Ifb3dc930757835888ae3e13d1607d5fd7bc710ed --- gasket_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gasket_constants.h b/gasket_constants.h index 50d87c7..ff113bc 100644 --- a/gasket_constants.h +++ b/gasket_constants.h @@ -3,7 +3,7 @@ #ifndef __GASKET_CONSTANTS_H__ #define __GASKET_CONSTANTS_H__ -#define GASKET_FRAMEWORK_VERSION "1.1.2" +#define GASKET_FRAMEWORK_VERSION "1.1.3" /* * The maximum number of simultaneous device types supported by the framework.