This file is indexed.

/usr/include/kgantt_version.h is in libkgantt-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 KGANTT_VERSION_H
#define KGANTT_VERSION_H

#define KGANTT_VERSION_STRING "2.6.0"
#define KGANTT_VERSION_MAJOR 2
#define KGANTT_VERSION_MINOR 6
#define KGANTT_VERSION_PATCH 0
#define KGANTT_VERSION ((2<<16)|(6<<8)|(0))

#endif