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

This commit is contained in:
Maks Litskevich
2024-10-22 02:34:03 +01:00
committed by GitHub
parent fe13f6de25
commit 217ba3b10c
2 changed files with 84 additions and 2 deletions

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