/usr/include/rdkit/RDGeneral/versions.h is in librdkit-dev 201603.5-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 | // $Id: versions.h 1443 2010-07-01 03:55:11Z glandrum $
//
// Copyright (c) 2010 greg Landrum
//
// @@ All Rights Reserved @@
//
namespace RDKit {
extern const char * rdkitVersion;
extern const char * boostVersion;
}
|