diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2018-12-12 06:24:22 -0800 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-12-12 06:24:22 -0800 |
| commit | 0973bb5f4e1c74d8b4ce0a2373174de536569f62 (patch) | |
| tree | 0acd0de0979ba64a3e734c583452aa5660761b5b | |
| parent | 5a6e257a56892d5c40b5ffc33c82ea3fed8f4a4e (diff) | |
Release 5.1.1.69M
Release 5.1.1.69M
Change-Id: I62647c20b7bc77abccf1bc81bf51036c9364eac9
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 a249c96cd97f..1c4673bdb14d 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 69 -#define QWLAN_VERSIONSTR "5.1.1.69L" +#define QWLAN_VERSIONSTR "5.1.1.69M" #endif /* QWLAN_VERSION_H */ |
