This file is indexed.

/usr/include/mapcache/mapcache-version.h is in libmapcache1-dev 1.6.1-1.

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 6
#define MAPCACHE_VERSION_REV 1
#define MAPCACHE_VERSION "1.6.1"
#define MAPCACHE_VERSION_NUM  10601 

#endif