diff options
| -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 e5da6e38b270..14ee9bed49cb 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 "Z" -#define QWLAN_VERSION_BUILD 41 +#define QWLAN_VERSION_EXTRA "" +#define QWLAN_VERSION_BUILD 42 -#define QWLAN_VERSIONSTR "5.1.0.41Z" +#define QWLAN_VERSIONSTR "5.1.0.42" #endif /* QWLAN_VERSION_H */ |
