Upgrade version number to 1.1.1 (#1609)

This commit is contained in:
Wenyong Huang 2022-10-18 09:31:27 +08:00 committed by GitHub
parent 3fe441844c
commit dc4dcc3d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ if (NOT DEFINED WAMR_VERSION_MINOR)
endif ()
if (NOT DEFINED WAMR_VERSION_PATCH)
set (WAMR_VERSION_PATCH 0)
set (WAMR_VERSION_PATCH 1)
endif ()
configure_file(${WAMR_ROOT_DIR}/core/version.h.in ${WAMR_ROOT_DIR}/core/version.h @ONLY)

View File

@ -10,5 +10,5 @@
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
#endif