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