/usr/include/lcmaps/lcmaps_version.h is in lcmaps-basic-interface 1.6.1-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 11 12 13 14 15 16 | #ifndef _LCMAPS_VERSION_H
#define _LCMAPS_VERSION_H
#ifndef LCMAPS_API_MAJOR_VERSION
#define LCMAPS_API_MAJOR_VERSION 1
#endif
#ifndef LCMAPS_API_MINOR_VERSION
#define LCMAPS_API_MINOR_VERSION 6
#endif
#ifndef LCMAPS_API_PATCH_VERSION
#define LCMAPS_API_PATCH_VERSION 1
#endif
#endif
|