diff options
| author | qcabuildsw <qcabuildsw@localhost> | 2016-12-29 09:47:57 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-29 09:47:57 -0800 |
| commit | bee6ef8c2680984463e822da238c0a7ea220b2cb (patch) | |
| tree | f2a1915900e5ec27469e694e14e7686f7dfdb6b2 | |
| parent | 91a67ad00f0ab25b13d7a94f50387a2607f3cdb1 (diff) | |
| parent | 3e9ced455503b99c7214058abff1d89df0228a62 (diff) | |
Merge "Release 5.1.0.42M" into wlan-cld3.driver.lnx.1.1-dev
| -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 c2834a316f25..39a0fb83fd28 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 0 -#define QWLAN_VERSION_EXTRA "L" +#define QWLAN_VERSION_EXTRA "M" #define QWLAN_VERSION_BUILD 42 -#define QWLAN_VERSIONSTR "5.1.0.42L" +#define QWLAN_VERSIONSTR "5.1.0.42M" #endif /* QWLAN_VERSION_H */ |
