This file is indexed.

/usr/include/gmsh/GmshVersion.h is in libgmsh-dev 2.15.0+dfsg1-3.

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
13
14
15
16
17
18
19
20
// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@onelab.info>.

#ifndef _GMSH_VERSION_H_
#define _GMSH_VERSION_H_

#define GMSH_MAJOR_VERSION 2
#define GMSH_MINOR_VERSION 15
#define GMSH_PATCH_VERSION 0
#define GMSH_EXTRA_VERSION ""
#define GMSH_VERSION       "2.15.0"
#define GMSH_DATE          "20161230"
#define GMSH_HOST          "x86-ubc-01"
#define GMSH_PACKAGER      "buildd"
#define GMSH_OS            "Linux"
#define GMSH_SHORT_LICENSE "GNU General Public License"

#endif