Upgrade version number to 1.1.0 (#1536)

This commit is contained in:
Wenyong Huang 2022-09-30 17:24:43 +08:00 committed by GitHub
parent 0cea769b71
commit a9e5150c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ if (NOT DEFINED WAMR_VERSION_MAJOR)
endif ()
if (NOT DEFINED WAMR_VERSION_MINOR)
set (WAMR_VERSION_MINOR 0)
set (WAMR_VERSION_MINOR 1)
endif ()
if (NOT DEFINED WAMR_VERSION_PATCH)

View File

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