• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "2"
5 #define ABIGAIL_VERSION_MINOR "2"
6 #define ABIGAIL_VERSION_REVISION "0"
7 #define ABIGAIL_VERSION_SUFFIX ""
8 #define ABIGAIL_ABIXML_VERSION_MAJOR "2"
9 #define ABIGAIL_ABIXML_VERSION_MINOR "1"
10 #endif
11