Upgrade version number to 1.1.2 (#1788)

Upgrade version number to 1.1.2, update RELEASE_NOTES.md and
clear several compile warnings.
This commit is contained in:
Wenyong Huang
2022-12-08 12:21:34 +08:00
parent bfd57558a7
commit 8fa7f1c4cf
4 changed files with 114 additions and 5 deletions

View File

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