This file is indexed.

/usr/include/mapserver/mapserver-version.h is in libmapserver-dev 7.0.7-1build2.

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 7
#define MS_VERSION_MINOR 0
#define MS_VERSION_REV 7
#define MS_VERSION "7.0.7"
#define MS_VERSION_NUM  70007 

#endif