diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-17 00:23:29 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-17 12:14:32 -0700 |
| commit | 9ad20152e7aacb8d09b382599b2df698790cc858 (patch) | |
| tree | 5623a985483a28c16f6b77d3024c10d7e6f1b778 | |
| parent | e7ffb38584f1f8f32e6ac9088f2b4d95fd48f1b0 (diff) | |
Release 5.1.1.5
Release 5.1.1.5
Change-Id: I62258adf802b3add5cf100355af965ca08576acd
CRs-Fixed: 688141
| -rw-r--r-- | core/mac/inc/qwlan_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/mac/inc/qwlan_version.h b/core/mac/inc/qwlan_version.h index fec0890c7f50..16dc184fb28f 100644 --- a/core/mac/inc/qwlan_version.h +++ b/core/mac/inc/qwlan_version.h @@ -41,9 +41,9 @@ #define QWLAN_VERSION_MAJOR 5 #define QWLAN_VERSION_MINOR 1 #define QWLAN_VERSION_PATCH 1 -#define QWLAN_VERSION_EXTRA "Z" -#define QWLAN_VERSION_BUILD 4 +#define QWLAN_VERSION_EXTRA "" +#define QWLAN_VERSION_BUILD 5 -#define QWLAN_VERSIONSTR "5.1.1.4Z" +#define QWLAN_VERSIONSTR "5.1.1.5" #endif /* QWLAN_VERSION_H */ |
