diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2018-07-24 15:22:13 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-07-24 15:22:13 -0700 |
| commit | 6f55249e40d121cb0dce43e82559a542f95497bd (patch) | |
| tree | aaae893fd1029492507f6ffa19405fcdb7ea97ee | |
| parent | 4f1c7946684dcad650845d1f4d918e71bfb3c36d (diff) | |
Release 5.1.1.63M
Release 5.1.1.63M
Change-Id: Ief2396603e7bdc699c29395468fbe35ea1c4d331
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 ca03624ada53..7a2ffee5d2de 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 63 -#define QWLAN_VERSIONSTR "5.1.1.63L" +#define QWLAN_VERSIONSTR "5.1.1.63M" #endif /* QWLAN_VERSION_H */ |
