/usr/include/feel/feelinfo.h is in libfeel++-dev 1:0.99.0-final.1-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 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | /* buildid */
#define FEELPP_BUILDID 29af188 // 1
/* revision */
#define FEELPP_REVISION 29af188 // 1
/* full blown version */
#define FEELPP_VERSION (((0) << 16) | ((99) << 9) | (0))
/* metadata version information: git ... */
#define FEELPP_VERSION_METADATA // 0
/* prerelease version information: -alpha.1, -beta.1 -rc.1, ... */
#define FEELPP_VERSION_PRERELEASE -final.1 // 1
/* major version number */
#define FEELPP_VERSION_MAJOR 0 // 0
/* micro version number */
#define FEELPP_VERSION_MICRO 0 // 0
/* minor version number */
#define FEELPP_VERSION_MINOR 99 // 1
/* Feel version string */
#define FEELPP_VERSION_STRING 0.99.0-final.1
/* the cmake install prefix */
/* #undef INSTALL_PREFIX */
/* define prefix dir for feel installation */
/* #undef FEELPP_PREFIX */
/* define data dir for feel installation */
/* #undef FEELPP_DATADIR */
/* define dir for source */
#define FEELPP_SOURCE_DIR /tmp/buildd/feel++-0.99.0-final.1
/* define dir for build */
#define FEELPP_BUILD_DIR /tmp/buildd/feel++-0.99.0-final.1/obj-x86_64-linux-gnu
|