1e01aa904Sopenharmony_ci// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2e01aa904Sopenharmony_ci#ifndef __ABG_VERSION_H__ 3e01aa904Sopenharmony_ci#define __ABG_VERSION_H__ 4e01aa904Sopenharmony_ci#define ABIGAIL_VERSION_MAJOR "@VERSION_MAJOR@" 5e01aa904Sopenharmony_ci#define ABIGAIL_VERSION_MINOR "@VERSION_MINOR@" 6e01aa904Sopenharmony_ci#define ABIGAIL_VERSION_REVISION "@VERSION_REVISION@" 7e01aa904Sopenharmony_ci#define ABIGAIL_VERSION_SUFFIX "@VERSION_SUFFIX@" 8e01aa904Sopenharmony_ci#define ABIGAIL_ABIXML_VERSION_MAJOR "@ABIXML_VERSION_MAJOR@" 9e01aa904Sopenharmony_ci#define ABIGAIL_ABIXML_VERSION_MINOR "@ABIXML_VERSION_MINOR@" 10e01aa904Sopenharmony_ci#endif 11