mirror of
https://github.com/openharmony/third_party_libabigail.git
synced 2026-07-01 06:09:52 -04:00
a506c1d186
Signed-off-by: lizhenlin <lizhenlin2@h-partners.com>
11 lines
339 B
C
11 lines
339 B
C
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
#ifndef __ABG_VERSION_H__
|
|
#define __ABG_VERSION_H__
|
|
#define ABIGAIL_VERSION_MAJOR "2"
|
|
#define ABIGAIL_VERSION_MINOR "8"
|
|
#define ABIGAIL_VERSION_REVISION "0"
|
|
#define ABIGAIL_VERSION_SUFFIX ""
|
|
#define ABIGAIL_ABIXML_VERSION_MAJOR "2"
|
|
#define ABIGAIL_ABIXML_VERSION_MINOR "4"
|
|
#endif
|