diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-17 02:32:45 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-17 12:17:29 -0700 |
| commit | d364accda54c5f04ce07404e8771c3a6fced9afa (patch) | |
| tree | 81d3b040e88af5202781bede69c5e8493f522bb1 | |
| parent | 688e51c2405a6338af87edd5567f9d34a7895c0d (diff) | |
Release 5.1.1.5A
Release 5.1.1.5A
Change-Id: If6cb5506abf0bd4ccfae1e0de7639ab0e7caad45
CRs-Fixed: 688141
| -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 16dc184fb28f..491da25acbcb 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 "" +#define QWLAN_VERSION_EXTRA "A" #define QWLAN_VERSION_BUILD 5 -#define QWLAN_VERSIONSTR "5.1.1.5" +#define QWLAN_VERSIONSTR "5.1.1.5A" #endif /* QWLAN_VERSION_H */ |
