This file is indexed.

/usr/include/Dolphin/dolphinvcs_version.h is in libdolphinvcs-dev 4:16.08.3-3.

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

#define DOLPHINVCS_VERSION_STRING "5.0.0"
#define DOLPHINVCS_VERSION_MAJOR 5
#define DOLPHINVCS_VERSION_MINOR 0
#define DOLPHINVCS_VERSION_PATCH 0
#define DOLPHINVCS_VERSION ((5<<16)|(0<<8)|(0))

#endif