mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
![Wenyong Huang](/assets/img/avatar_default.png)
And enable code format check for wasm_export.h and add '\n' in os_printf in sgx platform source files.
12 lines
274 B
C
12 lines
274 B
C
/*
|
|
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
*/
|
|
|
|
#ifndef _WAMR_VERSION_H_
|
|
#define _WAMR_VERSION_H_
|
|
#define WAMR_VERSION_MAJOR 2
|
|
#define WAMR_VERSION_MINOR 0
|
|
#define WAMR_VERSION_PATCH 0
|
|
#endif
|