// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #ifndef __ABG_VERSION_H__ #define __ABG_VERSION_H__ #define ABIGAIL_VERSION_MAJOR "@VERSION_MAJOR@" #define ABIGAIL_VERSION_MINOR "@VERSION_MINOR@" #define ABIGAIL_VERSION_REVISION "@VERSION_REVISION@" #define ABIGAIL_VERSION_SUFFIX "@VERSION_SUFFIX@" #endif