You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
318 B
9 lines
318 B
// 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
|