diff options
author | nshrivas <nshrivas@codeaurora.org> | 2019-02-15 00:46:13 -0800 |
---|---|---|
committer | nshrivas <nshrivas@codeaurora.org> | 2019-02-15 00:46:14 -0800 |
commit | eb6e5fd166e4ce496b9f3b40d7d021b8a72e2c29 (patch) | |
tree | 1029ee1d15dd37a076a939a287a901d8008d67c7 | |
parent | 9accc699224ccfc78f106e142fc4996a4c66e483 (diff) |
Release 5.1.1.70O
Release 5.1.1.70O
Change-Id: I6d27bab062dc7ec92d98326a76d9d10ab609f5ac
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 1bf59ebc83bb..fd86a55ebb5b 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 "N" +#define QWLAN_VERSION_EXTRA "O" #define QWLAN_VERSION_BUILD 70 -#define QWLAN_VERSIONSTR "5.1.1.70N" +#define QWLAN_VERSIONSTR "5.1.1.70O" #endif /* QWLAN_VERSION_H */ |