mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-11 00:15:29 +00:00
Upgrade version number to 1.1.0 (#1536)
This commit is contained in:
parent
0cea769b71
commit
a9e5150c82
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user