Update version to 2.1.1 and update release notes (#3618)

This commit is contained in:
Wenyong Huang
2024-07-16 09:50:11 +08:00
committed by GitHub
parent f1fabd5559
commit 8af155076c
3 changed files with 74 additions and 3 deletions

View File

@ -7,5 +7,5 @@
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 2
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
#endif