diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2020-06-16 09:24:55 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2020-06-16 09:24:55 -0700 |
| commit | 7ea9882f8ec44acadd0930c6e5ed5eebaaa81d2d (patch) | |
| tree | db1135935acabd5a6e3a473bb0382c4f01871f52 | |
| parent | dc60d3f2d1ba69bf961694f375ae115c4448a983 (diff) | |
Release 5.1.1.77M
Release 5.1.1.77M
Change-Id: I068cfa2227342e1af872731fe77e1c980e77d239
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 19b6d88a1ddd..ceca54b2fe91 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 77 -#define QWLAN_VERSIONSTR "5.1.1.77L" +#define QWLAN_VERSIONSTR "5.1.1.77M" #endif /* QWLAN_VERSION_H */ |
