version.h 274 B

1234567891011
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef _WAMR_VERSION_H_
  6. #define _WAMR_VERSION_H_
  7. #define WAMR_VERSION_MAJOR 2
  8. #define WAMR_VERSION_MINOR 1
  9. #define WAMR_VERSION_PATCH 2
  10. #endif