Update version to 1.2.0 and update release notes (#2062)

This commit is contained in:
Wenyong Huang
2023-03-25 20:25:54 +08:00
committed by GitHub
parent 605c8b07dc
commit 0faec7c96c
2 changed files with 96 additions and 2 deletions

View File

@ -6,6 +6,6 @@
#ifndef _WAMR_VERSION_H_
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 2
#define WAMR_VERSION_MINOR 2
#define WAMR_VERSION_PATCH 0
#endif