diff options
| author | qcabuildsw <qcabuildsw@localhost> | 2016-12-27 12:00:15 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-27 12:00:15 -0800 |
| commit | 17a66cde3a89c39a4e032ea60cbd6b2e54385315 (patch) | |
| tree | 6b897b83c69b667cb94d596b51fe1c2a9da212d1 | |
| parent | 1121a7850ab73316626f3624b8683c35ee6ef442 (diff) | |
| parent | 346c28ba3a24c494777157c7c15a9bd30055cc2a (diff) | |
Merge "Release 5.1.0.42A" 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 14ee9bed49cb..b5569440ac75 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 "" +#define QWLAN_VERSION_EXTRA "A" #define QWLAN_VERSION_BUILD 42 -#define QWLAN_VERSIONSTR "5.1.0.42" +#define QWLAN_VERSIONSTR "5.1.0.42A" #endif /* QWLAN_VERSION_H */ |
