version.h 398 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. /* Please don't modify this header. It is automatically generated.
  6. Any modification should be in config_common.cmake */
  7. #ifndef _WAMR_VERSION_H_
  8. #define _WAMR_VERSION_H_
  9. #define WAMR_VERSION_MAJOR 1
  10. #define WAMR_VERSION_MINOR 0
  11. #define WAMR_VERSION_PATCH 0
  12. #endif