mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Upgrade version number to 1.1.1 (#1609)
This commit is contained in:
parent
3fe441844c
commit
dc4dcc3d6f
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user