This file is indexed.

/usr/include/dolfin/common/version.h is in libdolfin-dev 2016.2.0-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
11
12
#ifndef __DOLFIN_VERSION_H
#define __DOLFIN_VERSION_H

#define DOLFIN_VERSION_RELEASE 1
#define DOLFIN_VERSION_MAJOR   2016
#define DOLFIN_VERSION_MINOR   2
#define DOLFIN_VERSION_MICRO   0
#define DOLFIN_VERSION_STRING  "2016.2.0"
#define DOLFIN_VERSION_GIT     "unknown"
#define UFC_SIGNATURE          "8e7710b7a28cf7628d554c0ef4e77e968eb4204e"

#endif