correct version number in README.OpenSource

Signed-off-by: zhanghaibo <zhanghaibo0@huawei.com>
Change-Id: If895a0302bff081f4a2aadf4d99b873d36f1e289
This commit is contained in:
zhanghaibo
2022-04-16 10:12:49 +08:00
parent 824132e02e
commit 77d5da36e8
+1 -1
View File
@@ -3,7 +3,7 @@
"Name": "Expat",
"License": "MIT License",
"License File": "COPYING",
"Version Number": "2.2.9",
"Version Number": "2.4.1",
"Owner": "xiechengliang1@huawei.com",
"Upstream URL": "http://www.libexpat.org",
"Description": "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)."