From 4f020aac522256301973168e0b0037edeb4eb8e6 Mon Sep 17 00:00:00 2001 From: liuxiyao223 Date: Mon, 8 Jul 2024 16:14:52 +0800 Subject: [PATCH] modify libwebsockets version Signed-off-by: liuxiyao223 Change-Id: I9d23f0981ad165973082fffc80d9cbc6886e5410 --- README.OpenSource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index 3c7de80a..5c06429c 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name" : "libwebsockets", "License" : "The MIT License", "License File" : "LICENSE", - "Version Number" : "v4.3.3", + "Version Number" : "4.3.3", "Owner" : "lichunlin2@huawei.com", "Upstream URL" : "https://libwebsockets.org", "Description" : "Libwebsockets (LWS) is a flexible, lightweight pure C library for implementing modern network protocols easily with a tiny footprint, using a nonblocking event loop." -- Gitee