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
This commit is contained in:
Leonid Lobachev
2019-11-13 17:54:35 -08:00
parent a9b97c3f92
commit 6535f9ada1

View File

@@ -3,7 +3,7 @@
#ifndef __GASKET_CONSTANTS_H__ #ifndef __GASKET_CONSTANTS_H__
#define __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. * The maximum number of simultaneous device types supported by the framework.