diff options
| author | nshrivas <nshrivas@codeaurora.org> | 2018-05-16 10:20:25 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-05-16 10:20:26 -0700 |
| commit | a8071adc974559db07bce383df0f0a444a56ff2f (patch) | |
| tree | 3b7cf26eb9196eec79f088d52fbab8342bb3fca4 | |
| parent | 83642dc9afb9cc6ebe1ab2c9d96357b6fe28a3ec (diff) | |
Release 5.1.1.57M
Release 5.1.1.57M
Change-Id: I601e9bc84b4ee4863f850707110c64af606dd9c8
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 75bf8f5a1174..d34ef19e6c69 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 57 -#define QWLAN_VERSIONSTR "5.1.1.57L" +#define QWLAN_VERSIONSTR "5.1.1.57M" #endif /* QWLAN_VERSION_H */ |
