This file is indexed.

/usr/include/mapserver/mapserver-version.h is in libmapserver1-dev 6.4.1-5+deb8u3.

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

#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 4
#define MS_VERSION_REV 1
#define MS_VERSION "6.4.1"
#define MS_VERSION_NUM  60401 

#endif