diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2018-06-08 16:08:07 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-06-08 16:08:07 -0700 |
| commit | bd609c6feca54a7384ac54da13f77336c01b320d (patch) | |
| tree | f92c67b4e474db8bb5107ac40f2cc99155efc1bd | |
| parent | 43dd49d2aaa564c0ca4320241879445600611cea (diff) | |
Release 5.1.1.59M
Release 5.1.1.59M
Change-Id: I52e67f0f75a7129177c3069faf392982ded36530
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 bdc72b95e12d..088a791cf515 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 59 -#define QWLAN_VERSIONSTR "5.1.1.59L" +#define QWLAN_VERSIONSTR "5.1.1.59M" #endif /* QWLAN_VERSION_H */ |
