This file is indexed.

/usr/include/KF5/prison_version.h is in libkf5prison-dev 1.2~git20150223-0ubuntu2.

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 PRISON_VERSION_H
#define PRISON_VERSION_H

#define PRISON_VERSION_STRING "1.2.0"
#define PRISON_VERSION_MAJOR 1
#define PRISON_VERSION_MINOR 2
#define PRISON_VERSION_PATCH 0
#define PRISON_VERSION ((1<<16)|(2<<8)|(0))

#endif