This file is indexed.

/usr/include/mapcache/mapcache-version.h is in libmapcache1-dev 1.4.0-4.

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

#define MAPCACHE_VERSION_MAJOR 1
#define MAPCACHE_VERSION_MINOR 4
#define MAPCACHE_VERSION_REV 0
#define MAPCACHE_VERSION "1.4.0"
#define MAPCACHE_VERSION_NUM  10400 

#endif