From 194593a7af191e5ea0954b0e42aa8b38937481b1 Mon Sep 17 00:00:00 2001 From: Rahul Choudhary Date: Sat, 9 Sep 2023 12:56:45 -0700 Subject: [PATCH] Release 5.2.1.79A Release 5.2.1.79A Change-Id: I9d931aa8875a20a81a1bf2de2969636265c03815 CRs-Fixed: 774533 --- core/mac/inc/qwlan_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mac/inc/qwlan_version.h b/core/mac/inc/qwlan_version.h index 596cc84efd..2f994ec122 100644 --- a/core/mac/inc/qwlan_version.h +++ b/core/mac/inc/qwlan_version.h @@ -32,9 +32,9 @@ #define QWLAN_VERSION_MAJOR 5 #define QWLAN_VERSION_MINOR 2 #define QWLAN_VERSION_PATCH 1 -#define QWLAN_VERSION_EXTRA "" +#define QWLAN_VERSION_EXTRA "A" #define QWLAN_VERSION_BUILD 79 -#define QWLAN_VERSIONSTR "5.2.1.79" +#define QWLAN_VERSIONSTR "5.2.1.79A" #endif /* QWLAN_VERSION_H */