diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2019-03-25 00:24:11 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2019-03-25 00:24:12 -0700 |
| commit | 84ca4cf7755f00a60dcebf1d489c56b7c454be70 (patch) | |
| tree | 6c553b0808f02c5cc91efd205f38e7f425a12777 | |
| parent | 456f28ba0e5cb5f3b5e60d506905245c08bf294f (diff) | |
Release 5.1.1.71M
Release 5.1.1.71M
Change-Id: Idb8b7f6620493900bddc07cd0505a94636d6108c
CRs-Fixed: 774533
| -rw-r--r-- | core/mac/inc/qwlan_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/mac/inc/qwlan_version.h b/core/mac/inc/qwlan_version.h index 6a2301c7e572..06edc6063a45 100644 --- a/core/mac/inc/qwlan_version.h +++ b/core/mac/inc/qwlan_version.h @@ -32,9 +32,9 @@ #define QWLAN_VERSION_MAJOR 5 #define QWLAN_VERSION_MINOR 1 #define QWLAN_VERSION_PATCH 1 -#define QWLAN_VERSION_EXTRA "L" +#define QWLAN_VERSION_EXTRA "M" #define QWLAN_VERSION_BUILD 71 -#define QWLAN_VERSIONSTR "5.1.1.71L" +#define QWLAN_VERSIONSTR "5.1.1.71M" #endif /* QWLAN_VERSION_H */ |
