/usr/include/KF5/kgapi_version.h is in libkf5gapi-dev 5.1.0-2.
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 7 8 9 10 | #ifndef KGAPI_VERSION_H
#define KGAPI_VERSION_H
#define KGAPI_VERSION_STRING "5.1.0"
#define KGAPI_VERSION_MAJOR 5
#define KGAPI_VERSION_MINOR 1
#define KGAPI_VERSION_PATCH 0
#define KGAPI_VERSION ((5<<16)|(1<<8)|(0))
#endif
|