version.h.in 460 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. #cmakedefine WAMR_VERSION_MAJOR @WAMR_VERSION_MAJOR@
  10. #define WAMR_VERSION_MINOR @WAMR_VERSION_MINOR@
  11. #define WAMR_VERSION_PATCH @WAMR_VERSION_PATCH@
  12. #endif