/usr/include/libabigail/abg-version.h is in libabigail-dev 1.0~rc6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef __ABG_VERSION_H__
#define __ABG_VERSION_H__
#define ABIGAIL_VERSION_MAJOR "1"
#define ABIGAIL_VERSION_MINOR "0"
#define ABIGAIL_VERSION_REVISION "rc6"
#endif
|