/usr/include/bamtools/bamtools_version.h is in libbamtools-dev 2.4.1+dfsg-1.
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 | // ***************************************************************************
// bamtools_version.h.in (c) 2010 Derek Barnett
// Marth Lab, Department of Biology, Boston College
// ---------------------------------------------------------------------------
// Last modified: 19 November 2010 (DB)
// ---------------------------------------------------------------------------
// Provides version information for the BamTools toolkit.
// ***************************************************************************
#ifndef BAMTOOLS_VERSION_H
#define BAMTOOLS_VERSION_H
// CMake uses this file as a template to generate "bamtools_version.h".
// These constants are defined to match the variables set in the build system.
#define BAMTOOLS_VERSION_MAJOR 2
#define BAMTOOLS_VERSION_MINOR 4
#define BAMTOOLS_VERSION_BUILD 1
#endif // BAMTOOLS_VERSION_H
|