Update version to 2.1.2 and update release notes (#3718)

This commit is contained in:
Wenyong Huang
2024-08-20 12:00:39 +08:00
committed by GitHub
parent 6fdad9916f
commit c04ef6b44f
2 changed files with 75 additions and 1 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 1
#define WAMR_VERSION_PATCH 2
#endif