This file is indexed.

/usr/include/kchart_version.h is in libkchart-dev 2.6.0-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
#ifndef KCHART_VERSION_H
#define KCHART_VERSION_H

#define KCHART_VERSION_STRING "2.6.0"
#define KCHART_VERSION_MAJOR 2
#define KCHART_VERSION_MINOR 6
#define KCHART_VERSION_PATCH 0
#define KCHART_VERSION ((2<<16)|(6<<8)|(0))

#endif