This file is indexed.

/usr/include/rdkit/RDGeneral/versions.h is in librdkit-dev 201106+dfsg-1build1.

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
// $Id: versions.h 1443 2010-07-01 03:55:11Z glandrum $
//
// Copyright (c) 2010 greg Landrum
//
//   @@ All Rights Reserved  @@
//
namespace RDKit {
  const char *rdkitVersion="2011.06.1";

  // The Boost version as detected at build time.
  // CMake's Boost_LIB_VERSION is defined by the FindBoost.cmake module
  // to be the same as the value from <boost/version.hpp>
  const char *boostVersion="1_46_1";
}