This file is indexed.

/usr/include/mapcache/mapcache-version.h is in libmapcache1-dev 1.2.1-2.

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 2
#define MAPCACHE_VERSION_REV 1
#define MAPCACHE_VERSION "1.2.1"
#define MAPCACHE_VERSION_NUM  10201 

#endif