Update release notes and update version to 2.2.0 (#3863)

This commit is contained in:
Maks Litskevich
2024-10-22 09:34:03 +08:00
committed by GitHub
parent fe13f6de25
commit 217ba3b10c
2 changed files with 84 additions and 2 deletions
+2 -2
View File
@@ -6,6 +6,6 @@
#ifndef _WAMR_VERSION_H_
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 2
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 2
#define WAMR_VERSION_MINOR 2
#define WAMR_VERSION_PATCH 0
#endif