diff options
| author | Akash Patel <akashp@codeaurora.org> | 2016-05-11 15:30:28 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-05-18 16:35:15 -0700 |
| commit | 91edc816ebc24bf581b61adcf3cb34dc4419e2c1 (patch) | |
| tree | f62fa1494274ed148cfd76f12e658b2a0f7cfd22 | |
| parent | 043efbd6ae3d1e95c8d058434645866f46f53058 (diff) | |
Release 5.1.0.8
Release 5.1.0.8
Change-Id: I4b7992267b8fc832bf42ea3d10bd18c6d028b371
CRs-Fixed: 688141
| -rw-r--r-- | core/mac/inc/qwlan_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/mac/inc/qwlan_version.h b/core/mac/inc/qwlan_version.h index b225c7fecf54..9a8e778bb090 100644 --- a/core/mac/inc/qwlan_version.h +++ b/core/mac/inc/qwlan_version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -41,9 +41,9 @@ #define QWLAN_VERSION_MAJOR 5 #define QWLAN_VERSION_MINOR 1 #define QWLAN_VERSION_PATCH 0 -#define QWLAN_VERSION_EXTRA "A" -#define QWLAN_VERSION_BUILD 7 +#define QWLAN_VERSION_EXTRA "" +#define QWLAN_VERSION_BUILD 8 -#define QWLAN_VERSIONSTR "5.1.0.7A" +#define QWLAN_VERSIONSTR "5.1.0.8" #endif /* QWLAN_VERSION_H */ |
