Update version number to 2.0.0 and update release notes (#3327)

And enable code format check for wasm_export.h and add '\n' in os_printf
in sgx platform source files.
This commit is contained in:
Wenyong Huang
2024-04-20 10:16:34 +08:00
committed by GitHub
parent 8253c417a8
commit e7a8b3e743
5 changed files with 168 additions and 82 deletions

View File

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